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
Post a Comment