Langage

ProfilingTrigger.TriggerTypeAppRequestRunningTrace 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 demande la trace en cours d’exécution active en appelant ProfilingManager#requestRunningSystemTrace.

[Android.Runtime.Register("TRIGGER_TYPE_APP_REQUEST_RUNNING_TRACE", ApiSince=36)]
[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 TriggerTypeAppRequestRunningTrace = 3;
[<Android.Runtime.Register("TRIGGER_TYPE_APP_REQUEST_RUNNING_TRACE", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.ProfilingTriggerType enum directly instead of this field.", true)>]
val mutable TriggerTypeAppRequestRunningTrace : Android.OS.ProfilingTriggerType

Valeur de champ

Value = 3
Attributs

Remarques

Le déclencheur se produit lorsqu’une application demande la trace en cours d’exécution active en appelant ProfilingManager#requestRunningSystemTrace.

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

Java documentation pour android.os.ProfilingTrigger.TRIGGER_TYPE_APP_REQUEST_RUNNING_TRACE.

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 à