Sprache

ApplicationExitInfo.ReasonExcessiveResourceUsage 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 durch das System aufgrund einer übermäßigen Ressourcenauslastung getötet.

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

Feldwert

Value = 9

Implementiert

Attribute

Hinweise

Der Anwendungsprozess wurde durch das System aufgrund einer übermäßigen Ressourcenauslastung getötet.

Android-Referenz für android.app.ApplicationExitInfo.REASON_EXCESSIVE_RESOURCE_USAGE.

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: