As usual, Android stops my application if it reaches a fatal error.
finish () will not do this because it will not stop any running services or threads. In addition, I would like to inform the user what happened and ask him to send an error log.
As I understand it, Google cannot close my application and open a special crashreport activity or something else to show the user what is happening or send a crash log.
Chris source
share