I am looking for a tool (perhaps an Eclipse plugin) that can give me some visibility into Android's back stack. I am trying to find my way around an application that I inherited. I frequently navigate to a screen, then try to determine what activity is running. I have the source code, so I can always answer this question, but it is not always quick and easy.
It would be great if in DDMS I could see an indication of what activity is active. It would be even better if I could view the entire contents of the back stack, or at least those activies in my process. That would give me some nice visibility into what Android is doing.
I realize that there are permission issues that would/should prevent this on an actual device, but I would be fine if this simply worked with the emulator.
Does anyone know of a tool or an approach that could help with this?