View activity stack

suggest change
adb -s <serialNumber> shell dumpsys activity activities

Very useful when used together with the watch unix command:

watch -n 5 "adb -s <serialNumber> shell dumpsys activity activities | sed -En -e '/Stack #/p' -e '/Running activities/,/Run #0/p'"

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents