Search code examples
javaandroiddebuggingddmsclickable

Android Studio stacktrace is unclickable


Using : Android Studio (IntellIJ IDEA) running an Emulator

I want to be able to click on the stack-trace/error of the DDMS (Android Monitor) as shown here, to move to the file/line that caused this error.

Unclickable stack trace

Because of my last two unrelated questions I got banned for some years... So I hope that I respect every rules this time. Thank you.

Edit : apparently the Android Studio's Android Monitor is clickable, but not Android Studio's DDMS. Weird... Maybe because DDMS was made for Eclipse, not intellij idea.

Android's DDMS is clickable


Solution

  • You can do this using the 'Analyze Stacktrace` function. This can be found on the menu:

    Analyze -> Analyze Stacktrace

    enter image description here

    Just paste your stacktrace from DDMS into the dialog, click OK and it will give you one with clickable links (if it can find them).