Freigeben über


ApplicationExitInfo.ReasonAnr Feld

Definition

Achtung

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

Der Bewerbungsprozess wurde aufgrund einer nicht reagierenden Reaktion (ANR) getötet.

[Android.Runtime.Register("REASON_ANR", 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 ReasonAnr = 6;
[<Android.Runtime.Register("REASON_ANR", 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 ReasonAnr : Android.App.ApplicationExitInfoReason

Feldwert

Value = 6

Implementiert

Attribute

Hinweise

Der Bewerbungsprozess wurde aufgrund einer nicht reagierenden Reaktion (ANR) getötet.

Java-Dokumentation für android.app.ApplicationExitInfo.REASON_ANR.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: