Reputation: 5493
How do I change the design when "app closed unexpectedly". I saw it on whatsapp and I would like to implement it my app. I would like to do the design so users are able to send a report.
Upvotes: 0
Views: 69
Reputation: 967
Implement your own UncaughtExceptionHandler.
See the below question for a few ideas? It seems like a good starting point.
Upvotes: 2