Skip to content

Instantly share code, notes, and snippets.

@lopespm
Created December 1, 2017 17:45
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 lopespm/dcc9f8c4b0b9a5e70e1490c7fb2abea9 to your computer and use it in GitHub Desktop.
Save lopespm/dcc9f8c4b0b9a5e70e1490c7fb2abea9 to your computer and use it in GitHub Desktop.
Useful android ADB commands
# Show Tasks
adb shell dumpsys activity activities | sed -En -e '/Stack #/p' -e '/Running activities/,/Run #0/p'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment