Android: Retrieve logcat before crash (reboot) on a real device

后端 未结 6 827
陌清茗
陌清茗 2021-01-13 09:47

I am developing an application and during my testing on a real device I have found that it will crash and cause the phone to reboot (worrying I know...)

Is there any

6条回答
  •  孤城傲影
    2021-01-13 10:13

    Use http://code.google.com/p/acra/, which is a great lib to send crash reports to a google form incl. stack trace. I use it in my app and works nicely. Let me know if you have any difficulties implementing it. Read the http://code.google.com/p/acra/wiki/ACRAHowTo, it's easy to setup.

提交回复
热议问题