How to extract an Android app's log messages at runtime?
If my app goes haywire in the field, what are some diagnostic resources that the app can collect at runtime? Is there a way to access all the Logger message our app generated (i.e. vi开发者_StackOverflow中文版a Log.e())?
use the command "adb logcat" to view android debug logs
精彩评论