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

jquery - How do you format the date used in the popover widget title of FullCalendar? -

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -