I am looking for a way to get a stack trace when I am at a specific breakpoint. Is it possible? Ideally, without having to reset the application and change the code. I tried to play with the Android debugger, but could not find anything very useful.
The reason is that sometimes Iβm not sure how the application reached a point in the code, so I am open to other suggestions that will help me track method calls.
Johnye
source share