Sprache

ProfilingManager.ProfilingTypeHeapProfile 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 Heapprofils.

[Android.Runtime.Register("PROFILING_TYPE_HEAP_PROFILE", 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 ProfilingTypeHeapProfile = 2;
[<Android.Runtime.Register("PROFILING_TYPE_HEAP_PROFILE", 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 ProfilingTypeHeapProfile : Android.OS.ProfilingType

Feldwert

Value = 2
Attribute

Hinweise

Profilerstellungstyp zum #requestProfiling Anfordern eines Heapprofils.

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

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: