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

前端 未结 30 2586
庸人自扰
庸人自扰 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:29

    Google Play Developers Console actually gives you the Stack traces from those apps that have crashed and had sent the reports, it has also a very good charts to help you see the information, see example below:

    enter image description here

提交回复
热议问题