Is there anyway I could visualize the call stack of an Android app? All I can find in Eclipse are the running threads:

What I want, is to see how my subroutines are called in order to debug an issue related to the activities back stack.
Thanks!
You can see the instantaneous call stack in any of your threads. In the DDMS perspective of Eclipse, click on the Threads window.

It'll be empty to start. Select your process on the Devices window, then click on the threads button above the list of processes in the Devices list.

Now you'll see a list of threads in the Threads window. Click on one of the threads and then press the Refresh button below. You'll see the instantaneous stack trace of that thread.

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With