How to get Android crash logs?

前端 未结 17 1380
余生分开走
余生分开走 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条回答
  •  -上瘾入骨i
    2020-11-28 18:48

    This is from http://www.herongyang.com/Android/Debug-adb-logcat-Command-Debugging.html

    You can use adb:

    adb logcat AndroidRuntime:E *:S
    

提交回复
热议问题