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

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -