Skip to content

Instantly share code, notes, and snippets.

@Ider
Created December 4, 2014 05:01
Show Gist options
  • Save Ider/ffa304acb7b648ecf0de to your computer and use it in GitHub Desktop.
Save Ider/ffa304acb7b648ecf0de to your computer and use it in GitHub Desktop.
dump android activities stack
adb shell dumpsys activity activities | sed -En -e '/Running activities/,/Run #0/p'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment