android debug:stack trace
时间:2014-05-31 13:47:40
收藏:0
阅读:434
使用 ps 命令查看 目标进程的 pid,比如说是 1200,然后
kill -3 1200
在 /data/anr/traces.txt 中就能找到 进程 1200 中各线程的 stack trace
评论(0)