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

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

    In Android 2.2 it's now possible to automatically get Crash Reports from Android Market Applications:

    New bug reporting feature for Android Market apps enables developers to receive crash and freeze reports from their users. The reports will be available when they log into their publisher account.

    http://developer.android.com/sdk/android-2.2-highlights.html

提交回复
热议问题