1、
adb logcat –v time >c:\ logcat.txt
adb logcat –v time –b radio >c:\radio.log
2、
adb shell cat /proc/kmsg > kernel.log
Adb shell dmesg //导出当前缓存的kernel log
Adb shell kmsgcat //实时查看kernel log
本文介绍了通过ADB命令抓取Android设备上的Logcat日志、Radio日志及Kernel日志的方法,包括使用不同的参数导出各类日志文件。
1、
adb logcat –v time >c:\ logcat.txt
adb logcat –v time –b radio >c:\radio.log
2、
adb shell cat /proc/kmsg > kernel.log
Adb shell dmesg //导出当前缓存的kernel log
Adb shell kmsgcat //实时查看kernel log
您可能感兴趣的与本文相关的镜像
Stable-Diffusion-3.5
Stable Diffusion 3.5 (SD 3.5) 是由 Stability AI 推出的新一代文本到图像生成模型,相比 3.0 版本,它提升了图像质量、运行速度和硬件效率
1万+

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