"REASON_ANR Application process was killed due to being unresponsive (ANR)."
ApplicationExitInfo.REASON_CRASH->
"REASON_CRASH Application process died because of an unhandled exception in Java code."
ApplicationExitInfo.REASON_CRASH_NATIVE->
"REASON_CRASH_NATIVE Application process died because of a native code crash."
ApplicationExitInfo.REASON_DEPENDENCY_DIED->
"REASON_DEPENDENCY_DIED Application process was killed because its dependency was going away, for example, a stable content provider connection's client will be killed if the provider is killed."
"REASON_INITIALIZATION_FAILURE Application process was killed because of initialization failure, for example, it took too long to attach to the system during the start, or there was an error during initialization."
ApplicationExitInfo.REASON_LOW_MEMORY->
"REASON_LOW_MEMORY Application process was killed by the system low memory killer, meaning the system was under memory pressure at the time of kill."
ApplicationExitInfo.REASON_OTHER->
"REASON_OTHER Application process was killed by the system for various other reasons which are not by problems in apps and not actionable by apps, for example, the system just finished updates; getDescription will specify the cause given by the system."
ApplicationExitInfo.REASON_PERMISSION_CHANGE->
"REASON_PERMISSION_CHANGE Application process was killed due to a runtime permission change."
ApplicationExitInfo.REASON_SIGNALED->
"REASON_SIGNALED Application process died due to the result of an OS signal; for example, android.system.OsConstants#SIGKILL; getStatus will specify the signal number."
ApplicationExitInfo.REASON_UNKNOWN->
"REASON_UNKNOWN Application process died due to unknown reason."
ApplicationExitInfo.REASON_USER_REQUESTED->
"REASON_USER_REQUESTED Application process was killed because of the user request, for example, user clicked the \"Force stop\" button of the application in the Settings, or removed the application away from Recents."
ApplicationExitInfo.REASON_USER_STOPPED->
"REASON_USER_STOPPED Application process was killed, because the user it is running as on devices with mutlple users, was stopped."