Skip to content

Instantly share code, notes, and snippets.

@baleen37
Last active September 23, 2015 12:30
Show Gist options
  • Select an option

  • Save baleen37/75a3b37d66c111265ef8 to your computer and use it in GitHub Desktop.

Select an option

Save baleen37/75a3b37d66c111265ef8 to your computer and use it in GitHub Desktop.
print the current back stack in the log
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