Last active
September 23, 2015 12:30
-
-
Save baleen37/75a3b37d66c111265ef8 to your computer and use it in GitHub Desktop.
print the current back stack in the log
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