当前频率:
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
本文介绍如何通过ADB shell命令查询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
1611

被折叠的 条评论
为什么被折叠?