这个是啥意思:
All wakeup reasons:
Wakeup reason Abort:Last active Wakeup Source:
内核wakelock
All kernel wake locks:
上层wakelock
All partial wake locks:
SensorsHAL_WAKEUP
dump进程信息:
adb shell ps -AT > ps.txt
看进程号
adb shell debuggerd -b <进程号> > debuggerd.txt
搜索image中的字符串:
strings adsp.mbn | grep -i "test"