76

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

hpique
  • 119,096
  • 131
  • 338
  • 476
  • this is a duplicate of http://stackoverflow.com/questions/2442713/view-the-tasks-activity-stack – andr Dec 07 '12 at 06:16

1 Answers1

136

To display the activity stack, run the following command :

adb shell dumpsys activity activities
Dalmas
  • 26,409
  • 9
  • 67
  • 80