天天看点

获取Android设备的CPU频率

当前频率:

adb shell cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq

最小频率:

adb shell cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq

最大频率:

adb shell cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq