adb shell top
adb shelltoptop -Hp 591
adb shell
top
top -Hp 591
busybox ps wlT| grep system_serveradb shell psadb shell ps | grep system_serveradb shell ps | grep zygote
busybox ps wlT| grep system_server
adb shell ps
adb shell ps | grep system_server
adb shell ps | grep zygote
查看线程循环打印的内容
strace -p PID
查看具体线程调用的方法
debuggerd -b PID
命令查找句柄是否被删除
cd /proc/PID/fd
如有侵权,请联系删除
推荐阅读