Kotlin code stack trace shows Java line numbers

后端 未结 1 330
刺人心
刺人心 2021-01-01 08:18

I\'m trying to debug a couple of crashes for my app in the Google Play Store, but the stack traces showing in the Play Store show Java filenames and line numbers instead of

相关标签:
1条回答
  • 2021-01-01 08:48

    Copy your stack trace, open Android Studio or IntelliJ IDEA, click Analyze -> Analyze Stack Trace, paste it and click Ok. Class names with lines will become clickable and clicks should work correctly.

    0 讨论(0)
提交回复
热议问题