Debug.StopNativeTracing Method

Definition

Stop qemu tracing.

[Android.Runtime.Register("stopNativeTracing", "()V", "")]
public static void StopNativeTracing ();
[<Android.Runtime.Register("stopNativeTracing", "()V", "")>]
static member StopNativeTracing : unit -> unit
Attributes

Remarks

Stop qemu tracing. See #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.

Java documentation for android.os.Debug.stopNativeTracing().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to