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

 

相关文章: