ApplicationExitInfo.ReasonInitializationFailure Feld

Definition

Achtung

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

Der Anwendungsprozess wurde aufgrund eines Initialisierungsfehlers getötet, z. B. dauerte es zu lange, bis das System während des Starts an das System angefügt wurde oder während der Initialisierung ein Fehler aufgetreten ist.

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

Feldwert

Value = 7

Implementiert

Attribute

Hinweise

Der Anwendungsprozess wurde aufgrund eines Initialisierungsfehlers getötet, z. B. dauerte es zu lange, bis das System während des Starts an das System angefügt wurde oder während der Initialisierung ein Fehler aufgetreten ist.

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

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: