How to get Android crash logs?

前端 未结 17 1260
余生分开走
余生分开走 2020-11-28 18:07

I have an app that is not in the market place (signed with a debug certificate), but would like to get crash log data, whenever my application crashes. Where can I find a lo

相关标签:
17条回答
  • 2020-11-28 18:49

    You can use ACRA from this. Including this library to your projects and configuring it, you could receive (into your email or gdocs) their crash reports. Sorry for my bad English.

    0 讨论(0)
  • 2020-11-28 18:50

    Here is another solution for Crash Log.

    Android market has tool named "Crash Collector"

    check following link for more information

    http://kpbird.blogspot.com/2011/08/android-application-crash-logs.html

    0 讨论(0)
  • 2020-11-28 18:50

    If you are looking for a basic crash reporting tool, try crashlytics.

    If you want a more advanced reporting tool, Checkout Gryphonet. It logs all the crashes occured along with the exact line of code that caused the crash along with automated markers that show you the steps the user took prior to the crash and more.

    Good luck!

    0 讨论(0)
  • 2020-11-28 18:50

    If you're just looking for the crash log while your phone is connected to the computer, use the DDMS view in Eclipse and the report is right there in LogCat within DDMS when your app crashes while debugging.

    0 讨论(0)
  • 2020-11-28 18:57

    You can also use library crashcatcher

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