Android Studio - Where can I see callstack while debugging an android app?

IsmailS picture IsmailS · Jan 12, 2014 · Viewed 44.6k times · Source

While on a break point, how do I see the call stack to find the callee method/function?

Answer

longi picture longi · Aug 3, 2015

Seems like there is an UI-Bug in the Android Studio (1.x, 2.x and 3.x).

For me the "Frames/Threads" Panel was completely hidden behind the toolbar, so I had to change the size from the "variable" panel by dragging its left border to reveal the "Frames/Threads".

Example

[I have to admit, that @Greg added this picture after reviewing my answer!]