问题
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
来源:https://stackoverflow.com/questions/4387875/view-activity-stack-in-android