Langue

ProfilingTrigger.TriggerTypeKillExcessiveCpuUsage Champ

Définition

Attention

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

Le déclencheur se produit lorsqu’une application est tuée en raison d’une utilisation excessive du processeur avec un android.app.ApplicationExitInfo#getReason de android.app.ApplicationExitInfo#REASON_EXCESSIVE_RESOURCE_USAGE.

[Android.Runtime.Register("TRIGGER_TYPE_KILL_EXCESSIVE_CPU_USAGE", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.ProfilingTriggerType enum directly instead of this field.", true)]
public const Android.OS.ProfilingTriggerType TriggerTypeKillExcessiveCpuUsage = 9;
[<Android.Runtime.Register("TRIGGER_TYPE_KILL_EXCESSIVE_CPU_USAGE", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.ProfilingTriggerType enum directly instead of this field.", true)>]
val mutable TriggerTypeKillExcessiveCpuUsage : Android.OS.ProfilingTriggerType

Valeur de champ

Value = 9
Attributs

Remarques

Le déclencheur se produit lorsqu’une application est tuée en raison d’une utilisation excessive du processeur avec une ApplicationExitInfo.getReason() de ApplicationExitInfo.REASON_EXCESSIVE_RESOURCE_USAGE.

Le système fournit un instantané d’une trace système en cours d’exécution en réponse à ce déclencheur.

Référence Android pour android.os.ProfilingTrigger.TRIGGER_TYPE_KILL_EXCESSIVE_CPU_USAGE.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à