Start a Project

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

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 !!

Exit mobile version