1,107
社区成员
发帖
与我相关
我的任务
分享
thermal engine相关问题及thermal tuning工作初始分析需要哪些日志?
a. 通过命令“adb shell thermal-engine -o”输出conf文件并提供
b. thermal-engine debug log
adb shell stop thermal-engine
adb shell thermal-engine --debug &
adb logcat -v time -s ThermalEngine > ThermalEngine.log
c. tsens log
adb push sdm_tsens_logging_sdcard /data/tsens_logging
adb shell
chmod 777 /data/tsens_logging
/data/tsens_logging 100 36000000 &
d. 运行测试用例, 等待问题重现
adb pull /sdcard/tsens_logger.csv