Created
December 4, 2014 05:01
-
-
Save Ider/ffa304acb7b648ecf0de to your computer and use it in GitHub Desktop.
dump android activities stack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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