ExitReason
перечисление
Описание
Код причины прекращения процесса.
Свойства
| Свойство | Описание |
|---|---|
| Unknown | Отражает android:public static final int REASON_UNKNOWN. |
| ExitSelf | Отражает android:public static final int REASON_EXIT_SELF. |
| Signaled | Отражает android:public static final int REASON_SIGNALED. |
| LowMemory | Отражает android:public static final int REASON_LOW_MEMORY. |
| Crash | Отражает android:public static final int REASON_CRASH. |
| CrashNative | Отражает android:public static final int REASON_CRASH_NATIVE. |
| ANR | Отражает android:public static final int REASON_ANR. |
| InititalizationFailure | Отражает android:public static final int REASON_INITIALIZATION_FAILURE. |
| PermissionChange | Отражает android:public static final int REASON_PERMISSION_CHANGE. |
| ExcessiveResourceUsage | Отражает android:public static final int REASON_EXCESSIVE_RESOURCE_USAGE. |
| UserRequested | Отражает android:public static final int REASON_USER_REQUESTED. |
| UserStopped | Отражает android:public static final int REASON_USER_STOPPED. |
| DependencyDied | Отражает android:public static final int REASON_DEPENDENCY_DIED. |
| Other | Отражает android:public static final int REASON_OTHER. |
| Freezer | Отражает android:public static final int REASON_FREEZER. |
| PackageStateChange | Отражает android:public static final int REASON_PACKAGE_STATE_CHANGE. |
| PackageUpdated | Отражает android:public static final int REASON_PACKAGE_UPDATED. |