Imal
Imal

Reputation: 581

Method call stack in Android

Is there a way which I can trace which methods were called during app execution? For example, I want to see which methods from which classes were executed and in which order they were executed during a series of events.

Upvotes: 0

Views: 516

Answers (1)

tamtom
tamtom

Reputation: 2594

Yes, while you are debugging with breakpoints there is icon beside the variables in the debugger tab frames

Upvotes: 2

Related Questions