天天看點

擷取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