Android.OS.Debug.TraceCountAllocs Field
Flags for startMethodTracing().

Value: 1

Syntax

[Android.Runtime.Register("TRACE_COUNT_ALLOCS")]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.DebugTraceOptions enum directly instead of this field.")]
public const DebugTraceOptions TraceCountAllocs

Remarks

Flags for startMethodTracing(). These can be ORed together. TRACE_COUNT_ALLOCS adds the results from startAllocCounting to the trace key file.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1