Sprache

ProfilingManager.ProfilingTypeStackSampling Feld

Definition

Achtung

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

Profilerstellungstyp zum #requestProfiling Anfordern eines Stapelbeispiels.

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

Feldwert

Value = 3
Attribute

Hinweise

Profilerstellungstyp zum #requestProfiling Anfordern eines Stapelbeispiels.

Java Dokumentation für android.os.ProfilingManager.PROFILING_TYPE_STACK_SAMPLING.

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: