Android手机测试-ddms&monitor-抓crash,log
Posted 晴天
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android手机测试-ddms&monitor-抓crash,log相关的知识,希望对你有一定的参考价值。
1.安装adb
offline解决办法:
原因就是android 4.2以上的版本过高,sdk的adb驱动不匹配,需要升级。我原本的adb是1.0.29,升级为1.0.31,问题就解决了。
2.安装sdk
3.启动monitor.bat
4.会输出所有log
5.建立过滤器filter
logcat filter:
Filter logcat messages by the source‘s tag, pid or minimum log level.Empty fields will match all messages.
log level:verbose,debug,info,warn,error.
6.crash后log导出到本地
以上是关于Android手机测试-ddms&monitor-抓crash,log的主要内容,如果未能解决你的问题,请参考以下文章