命令行dump anr traces.txt文件

adb shell
su
ps //这里找到自己app对应的pid
kill -3 pid
//退出shell 模式
adb pull /data/anr/traces.txt f:\log

 

posted @ 2015-12-16 15:25  BaronZ  阅读(975)  评论(0编辑  收藏  举报