How to auto restart application after crash/force close in android

Updated 14 December 2016

Save

Bye Bye ANR in Android.

It’s not a good practice to restart the application forcefully. We should try to catch exception wherever possible. However, android provide a way to perform certain intent whenever there is some exception occurred in the application that is not caught in the try-catch block.

The handler works the current thread on which it is being added.  We can add the custom exception handler on a thread in the following manner:

 

Here is an Exception handler class that implements java.lang.Thread.UncaughtExceptionHandler.

 

Stay updated !!

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


1 comments

  • bingo
  • Start a Project


      Message Sent!

      If you have more details or questions, you can reply to the received confirmation email.

      Back to Home