How do I obtain crash-data from my Android application?

前端 未结 30 2579
庸人自扰
庸人自扰 2020-11-22 01:10

How can I get crash data (stack traces at least) from my Android application? At least when working on my own device being retrieved by cable, but ideally from any instance

30条回答
  •  鱼传尺愫
    2020-11-22 01:27

    You can do this directly in Android Studio. Just connect your phone, run the app, let it crash and you can view the stacktrace directly in Android Studio.

提交回复
热议问题