在Android中,如何查看当前各CPU的频率?
首先,手机要root才能查看,可以执行如下命令查看各CPU当前运行频率,先进入adb shell
cat /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_cur_freq
示例输出;