Skip to content

Instantly share code, notes, and snippets.

@Shebella
Last active August 29, 2015 14:06
Show Gist options
  • Save Shebella/d2e23a1730b2146cf0b6 to your computer and use it in GitHub Desktop.
Save Shebella/d2e23a1730b2146cf0b6 to your computer and use it in GitHub Desktop.
    // start tracing to "/sdcard/calc.trace"    Debug.startMethodTracing("calc");    // ...    // stop tracing    Debug.stopMethodTracing();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment