android - Parse.com - Logging Caught Exceptions -


can send caught errors parse.com bugs dashboard example crashlytics

try {   mymethodthatthrows(); } catch (exception e) {   crashlytics.logexception(e);   // handle exception here!  } 

are looking parse crash reporting?


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -