ApplicationExitInfo.Reason Propiedad

Definición

El código de motivo de la muerte del proceso.

public int Reason { [Android.Runtime.Register("getReason", "()I", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getReason", "()I", "", ApiSince=30)>]
member this.Reason : int

Valor de propiedad

El valor es uno de los siguientes: REASON_UNKNOWN REASON_EXIT_SELF REASON_SIGNALED REASON_LOW_MEMORY REASON_CRASH REASON_CRASH_NATIVE REASON_ANR REASON_INITIALIZATION_FAILURE REASON_PERMISSION_CHANGE REASON_EXCESSIVE_RESOURCE_USAGE REASON_USER_REQUESTED REASON_USER_STOPPED REASON_DEPENDENCY_DIED REASON_OTHER REASON_FREEZER REASON_PACKAGE_STATE_CHANGE REASON_PACKAGE_UPDATED REASON_MEMORY_LIMITER

Atributos

Comentarios

El código de motivo de la muerte del proceso.

Referencia de Android para android.app.ApplicationExitInfo.getReason.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a