上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 61 下一页
摘要: 参考链接:Android 内存检测命令 1、free free 命令中的信息都来自于 cat /proc/meminfo 2、dumpsys meminfo (1)相关名词解释 从以上打印可以看出,一般来说内存占用大小有如下规律:VSS >= RSS >= PSS >= USS VSS - Virt 阅读全文
posted @ 2022-09-02 15:20 轻轻的吻 阅读(507) 评论(0) 推荐(0)
摘要: 1、RC:Root Complex RC设备用于连接CPU/内存子系统 和 I/O设备; RC模式下,PCIE配置头中的类型值为1; RC模式下,支持配置和I/O事务 2、EP:EndPoint EP设备通常表示一个串行或I/O设备; EP模式下,PCIE配置头中的类型值为0; EP模式下,PCIE 阅读全文
posted @ 2022-09-02 11:54 轻轻的吻 阅读(2433) 评论(0) 推荐(0)
摘要: 24小时误差: 时间=ppm值x24x60x60/1000000 阅读全文
posted @ 2022-09-02 10:55 轻轻的吻 阅读(756) 评论(0) 推荐(0)
摘要: 1、在内核配置时打开CONFIG_DYNAMIC_DEBUG宏。 2、控制某个文件 echo -n "file xxx.c +p" > /sys/kernel/debug/dynamic_debug/control 3、控制某个函数 echo -n "func xxx +p" > sys/kerne 阅读全文
posted @ 2022-09-01 08:59 轻轻的吻 阅读(482) 评论(0) 推荐(0)
摘要: 关闭掉WWAN AutoConfig 阅读全文
posted @ 2022-08-16 10:26 轻轻的吻 阅读(60) 评论(0) 推荐(0)
摘要: adb reboot bootloader -- 进入fastboot模式 fastboot devices -- 查看设备是否连上 astboot命令: fastboot devices //加载fastboot驱动 fastboot erase xxxx //假如我要擦除RECOVERY 就是: 阅读全文
posted @ 2022-08-13 12:23 轻轻的吻 阅读(612) 评论(0) 推荐(0)
摘要: 1、读RTC相关寄存器值 adb shell echo "0x5A58" > d/regmap/spmi0-00/address //要读的寄存器的起始地址 adb shell echo "10" > d/regmap/spmi0-00/count //读10个 adb shell cat d/re 阅读全文
posted @ 2022-08-13 11:53 轻轻的吻 阅读(571) 评论(0) 推荐(0)
摘要: 一、调试thermal-engine的温控策略 1.找到当前的thermal engine配置 adb shell cat /vendor/etc/thermal-engine > thermal-engine.conf 2.修改该文件后推送到设备上 3.将”debug“放到thermal-engi 阅读全文
posted @ 2022-08-10 09:39 轻轻的吻 阅读(288) 评论(0) 推荐(0)
摘要: getprop "ro.build.version.release" 阅读全文
posted @ 2022-08-09 18:50 轻轻的吻 阅读(413) 评论(0) 推荐(0)
摘要: 查看CPU是几核 cat /proc/cpuinfo | grep ^processor | wc -l 查看CPU有几个核在运行 cat /sys/devices/system/cpu/online 查看系统支持多少个核: cat /sys/devices/system/cpu/present 开 阅读全文
posted @ 2022-08-04 18:12 轻轻的吻 阅读(786) 评论(1) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 61 下一页