在Android中,如何抓取Ftrace?
首先把Ftrace打开
echo 1 > /sys/kernel/debug/tracing/tracing_on
然后执行cat命令抓取
cat /sys/kernel/debug/tracing/trace_pipe > kernel.log