enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseThe reason code for termination of the process.
Unknown | Mirrors android:public static final int REASON_UNKNOWN. |
ExitSelf | Mirrors android:public static final int REASON_EXIT_SELF. |
Signaled | Mirrors android:public static final int REASON_SIGNALED. |
LowMemory | Mirrors android:public static final int REASON_LOW_MEMORY. |
Crash | Mirrors android:public static final int REASON_CRASH. |
CrashNative | Mirrors android:public static final int REASON_CRASH_NATIVE. |
ANR | Mirrors android:public static final int REASON_ANR. |
InititalizationFailure | Mirrors android:public static final int REASON_INITIALIZATION_FAILURE. |
PermissionChange | Mirrors android:public static final int REASON_PERMISSION_CHANGE. |
ExcessiveResourceUsage | Mirrors android:public static final int REASON_EXCESSIVE_RESOURCE_USAGE. |
UserRequested | Mirrors android:public static final int REASON_USER_REQUESTED. |
UserStopped | Mirrors android:public static final int REASON_USER_STOPPED. |
DependencyDied | Mirrors android:public static final int REASON_DEPENDENCY_DIED. |
Other | Mirrors android:public static final int REASON_OTHER. |
Freezer | Mirrors android:public static final int REASON_FREEZER. |
PackageStateChange | Mirrors android:public static final int REASON_PACKAGE_STATE_CHANGE. |
PackageUpdated | Mirrors android:public static final int REASON_PACKAGE_UPDATED. |