Skip to content

Instantly share code, notes, and snippets.

@anthonyray
Created February 22, 2017 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anthonyray/152b267cc05f0a63458db208baa4860e to your computer and use it in GitHub Desktop.
Save anthonyray/152b267cc05f0a63458db208baa4860e to your computer and use it in GitHub Desktop.
Android Tips & Tricks

Android Tips and Tricks

Debugging

  • Listing activities in the back stack of the current stack : adb shell dumpsys activity activities
  • Listing activities in the back stack of the current stack (less verbose) : adb shell dumpsys activity activities | grep -i run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment