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

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

    While many of the answers on this page are useful, it is easy for them to become out of date. The AppBrain website aggregates statistics which allow you to find the most popular crash reporting solution that is current:

    Android crash reporting libraries

    You can see that at the time of posting this picture, Crashlytics is used in 5.24% of apps and 12.38% of installs.

提交回复
热议问题