Android.OS.Trace Class
Writes trace events to the system trace buffer.

See Also: Trace Members

Syntax

[Android.Runtime.Register("android/os/Trace", DoNotGenerateAcw=true)]
public sealed class Trace : Java.Lang.Object

Remarks

Writes trace events to the system trace buffer. These trace events can be collected and visualized using the Systrace tool.

This tracing mechanism is independent of the method tracing mechanism offered by Debug.StartMethodTracing. In particular, it enables tracing of events that occur across multiple processes.

For information about using the Systrace tool, read Analyzing Display and Performance with Systrace.

[Android Documentation]

Requirements

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