android debug:stack trace

使用 ps 命令查看 目标进程的 pid,比如说是 1200,然后 

kill -3 1200

在 /data/anr/traces.txt 中就能找到 进程 1200 中各线程的 stack trace

原文地址:https://www.cnblogs.com/JonnyLulu/p/3761267.html