View activity stack in Android [closed]

2019-03-07 21:58发布

问题:

Is it possible to view the activity stack in Android for debugging purposes?

回答1:

To display the activity stack, run the following command :

adb shell dumpsys activity activities