查看cpu 温度

1.查看类型是否是 CPU

adb shell “cat /sys/class/thermal/thermal_zone【编号】/type”

2.查看 CPU 温度

adb shell “cat /sys/class/thermal/thermal_zone【编号】/temp”

原文地址:https://www.cnblogs.com/chjgongzuo/p/9301768.html