标签:oid txt android and har cond put roi int
根据进程名,获取对应进程PID
strace -o /sdcard/LogKit/output_wificond.txt -T -ttt -e trace=all -p `ps -A | grep wificond | awk ‘{print $2}‘`
strace -o /sdcard/LogKit/output.txt -T -ttt -e trace=all -p `ps -A | grep android.hardware.wifi@1.0-service | awk ‘{print $2}‘`
标签:oid txt android and har cond put roi int
原文地址:https://www.cnblogs.com/huangguanyuan/p/14550648.html