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?
Is there any way to modify the generic Android Exception message The application …
Share
What about implementing your own UncaughtExceptionHandler.
See this question for some ideas:
How do I obtain crash-data from my Android application?