摘要: adb shell uname -a 查看完整内核信息 adb shell cat /proc/version 查看系统版本文件 adb shell cat /proc/version 查看系统信息 adb shell cat /proc/meminfo 查看内存信息 adb shell cat / 阅读全文
posted @ 2026-01-24 18:15 RichardHuang1 阅读(1) 评论(0) 推荐(0)
摘要: adb shell mount -t debugfs /debug /sys/kernel/debug 挂载debug文件系统,重启后失效 adb shell umount /sys/kernel/debug 卸载debug文件系统 adb shell cat /sys/kernel/debug/g 阅读全文
posted @ 2026-01-24 18:13 RichardHuang1 阅读(3) 评论(0) 推荐(0)