android - How to start activity from UncaughtExceptionHandler if this is main thread crashed? -
i trying start error-reporting activty if unhandled exception detected. problem exceptions thrown main thread. there way start activity if main thread crashed?
the approach i've seen used error catching in uncaughtexcpetionhandler
write crash data out file , start error handling activity
when application restarted based on existence of crash data file.
depending on want activity
do, might work you.
Comments
Post a Comment