Langue

ProfilingTrigger.TriggerTypeAnomaly 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 lorsque le système détecte un comportement anormal par l’application.

[Android.Runtime.Register("TRIGGER_TYPE_ANOMALY", 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 TriggerTypeAnomaly = 8;
[<Android.Runtime.Register("TRIGGER_TYPE_ANOMALY", 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 TriggerTypeAnomaly : Android.OS.ProfilingTriggerType

Valeur de champ

Value = 8
Attributs

Remarques

Le déclencheur se produit lorsque le système détecte un comportement anormal par l’application. Les comportements anormaux peuvent s’étendre sur toutes les zones. L’artefact retourné varie selon l’anomalie.

La balise retournée avec profilageResult.getTag() contient des informations supplémentaires sur le type d’anomalie.

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

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 à