0

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?

ChaimKut
  • 2,759
  • 3
  • 38
  • 64

1 Answers1

2

What about implementing your own UncaughtExceptionHandler.

See this question for some ideas:

How do I obtain crash-data from my Android application?

Community
  • 1
  • 1
Vidar Vestnes
  • 42,644
  • 28
  • 86
  • 100