2018-07-03 adb root/adb shell

weixin_34185364發表於2018-07-03

在這個過程中如果遇到了錯誤,無法建立bootchart-start目錄,可能原因是當前手機不支援echo功能。可以進入手機busybox一下,應該就可以了:

adb root
adb shell
cd data
busybox touch bootchart-start
echo 120 > bootchart-start

相關文章