Debug.TraceCountAllocs フィールド

定義

startMethodTracing() のフラグ。

[Android.Runtime.Register("TRACE_COUNT_ALLOCS")]
public const Android.OS.DebugTraceOptions TraceCountAllocs = 1;
[<Android.Runtime.Register("TRACE_COUNT_ALLOCS")>]
val mutable TraceCountAllocs : Android.OS.DebugTraceOptions

フィールド値

Value = 1
属性

注釈

startMethodTracing() のフラグ。 これらは一緒に ORed にすることができます。

TRACE_COUNT_ALLOCS、startAllocCounting の結果をトレース キー ファイルに追加します。

このメンバーは非推奨とされます。 正確なカウントはランタイムの負担であり、削除される可能性があります。

android.os.Debug.TRACE_COUNT_ALLOCSJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象