ApplicationExitInfo.ReasonCrashNative Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.App.ApplicationExitInfoReason enum directly instead of this field.

Der Anwendungsprozess ist aufgrund eines systemeigenen Codeabsturzes gestorben.

[Android.Runtime.Register("REASON_CRASH_NATIVE", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationExitInfoReason enum directly instead of this field.", true)]
public const Android.App.ApplicationExitInfoReason ReasonCrashNative = 5;
[<Android.Runtime.Register("REASON_CRASH_NATIVE", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationExitInfoReason enum directly instead of this field.", true)>]
val mutable ReasonCrashNative : Android.App.ApplicationExitInfoReason

Feldwert

Value = 5

Implementiert

Attribute

Hinweise

Der Anwendungsprozess ist aufgrund eines systemeigenen Codeabsturzes gestorben.

Java Dokumentation für android.app.ApplicationExitInfo.REASON_CRASH_NATIVE.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: