解决:如何在Windows adb使用dmesg | grep检查内核日志

首先:

C:\Users\TF> adb shell

rk3568_r:/ $ dmesg | grep -i "goodix"

显示

130|rk3568_r:/ $ dmesg | grep -i "goodix"

0.764071\] goodix_ts_probe() start111 \[ 0.764108\] goodix_ts_probe() start222 \[ 0.764181\] Goodix-TS 1-0014: Linked as a consumer to regulator.3 \[ 0.764201\] goodix_ts_probe() start333 \[ 0.789166\] goodix_ts_probe() start444 \[ 0.895785\] goodix_ts_probe() start555 \[ 0.952456\] goodix_ts_probe() start666 \[ 0.953110\] goodix_ts_probe() start777

相关推荐
威迪斯特14 分钟前
CentOS图形化操作界面:理论解析与实践指南
linux·运维·centos·组件·图形化·桌面·xserver
一方热衷.20 分钟前
在线安装对应版本NVIDIA驱动
linux·运维·服务器
独自归家的兔22 分钟前
ubuntu系统安装dbswitch教程 - 备份本地数据到远程服务器
linux·运维·ubuntu
ONE_SIX_MIX25 分钟前
ubuntu 24.04 用rdp连接,桌面黑屏问题,解决
linux·运维·ubuntu
龙飞0526 分钟前
Systemd -systemctl - journalctl 速查表:服务管理 + 日志排障
linux·运维·前端·chrome·systemctl·journalctl
*小海豚*27 分钟前
在linux服务器上DNS正常,但是java应用调用第三方解析域名报错
java·linux·服务器
June`27 分钟前
muduo项目排查错误+测试
linux·c++·github·muduo网络库
消失的旧时光-194343 分钟前
Linux 编辑器入门:nano 与 vim 的区别与选择指南
linux·运维·服务器
晓13131 小时前
第七章 【C语言篇:文件】 文件全面解析
linux·c语言·开发语言
唐装鼠1 小时前
Linux 下 malloc 内存分配机制详解
linux·malloc