Android.OS.Debug.EnableEmulatorTraceOutput Method
Enable "emulator traces", in which information about the current method is made available to the "emulator -trace" feature.

Syntax

[Android.Runtime.Register("enableEmulatorTraceOutput", "()V", "")]
public static void EnableEmulatorTraceOutput ()

Remarks

Enable "emulator traces", in which information about the current method is made available to the "emulator -trace" feature. There is no corresponding "disable" call -- this is intended for use by the framework when tracing should be turned on and left that way, so that traces captured with F9/F10 will include the necessary data. This puts the VM into "profile" mode, which has performance consequences. To temporarily enable tracing, use Debug.StartNativeTracing.

[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