版本:Unity 6 (6000.0)
语言英语
  • C#

ExitReason

枚举

建议更改

成功!

感谢您帮助我们提高 Unity 文档的质量。虽然我们无法接受所有提交,但我们确实阅读了用户提出的每个建议更改,并在适用时进行更新。

关闭

提交失败

由于某些原因,您的建议更改无法提交。请<a>稍后再试</a>。感谢您抽出时间帮助我们提高 Unity 文档的质量。

关闭

取消

描述

进程终止的原因代码。

属性

未知映射 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。