Sprache

ProfilingManager.ProfilingTypeJavaHeapDump 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 Java-Heapabbilds.

[Android.Runtime.Register("PROFILING_TYPE_JAVA_HEAP_DUMP", 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 ProfilingTypeJavaHeapDump = 1;
[<Android.Runtime.Register("PROFILING_TYPE_JAVA_HEAP_DUMP", 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 ProfilingTypeJavaHeapDump : Android.OS.ProfilingType

Feldwert

Value = 1
Attribute

Hinweise

Profilerstellungstyp zum #requestProfiling Anfordern eines Java-Heapabbilds.

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

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: