[Android.Runtime.Register("waitForDebugger", "()V", "")] public static voidWaitForDebugger ()
Remarks
Wait until a debugger attaches. As soon as the debugger attaches,
this returns, so you will need to place a breakpoint after the
waitForDebugger() call if you want to start tracing immediately.