strace分析系统调用

2020-05-18  本文已影响0人  xiabodan

strace查看系统调用

strace的源码在 ~/android-q/external/strace/ 下
strace -f -p pid -o file.txt
strace -f -e trace=signal,process,file -p pid -o file.txt -i -tt
strace -f -p pid -o file.txt -i -tt

上一篇 下一篇

猜你喜欢

热点阅读