Is there any way to modify the generic Android Exception message "The application ... has stopped unexpectedly. Please try again later.” to display something more meaningful to the user?
views:
192answers:
1
+1
A:
What about implementing your own UncaughtExceptionHandler.
See this question for some ideas:
http://stackoverflow.com/questions/601503/how-do-i-obtain-crash-data-from-my-android-application
PHP_Jedi
2010-04-20 09:50:59