Android.OS.Debug.StopNativeTracing Method
Stop qemu tracing.

Syntax

[Android.Runtime.Register("stopNativeTracing", "()V", "")]
public static void StopNativeTracing ()

Remarks

Stop qemu tracing. See Debug.StartNativeTracing to start tracing.

Tracing can be started and stopped as many times as desired. When the qemu emulator itself is stopped then the buffered trace records are flushed and written to the trace file. In fact, it is not necessary to call this method at all; simply killing qemu is sufficient. But starting and stopping a trace is useful for examining a specific region of code.

[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