Unity 6.3
0 онлайн 63 гостей 3 в системе
Вход

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.