转载请注明作者和出处:美二 https://blog.csdn.net/qq_32654897/article/details/88579713
目录
1.命令
adb logcat | findstr com.heytap.smarthome >e:\work\pupu.log
2.实操
a.连接手机和电脑
b.打开手机usb调试模式
c.adb devices查询设备是否连接
d.查询所要测试的app的包名如何快速查询apk包名
e.输入指令
adb logcat | findstr com.heytap.smarthome >e:\work\pupu.log
d.E盘下查看日志文件
3.adb logcat时提示写入错误
输入CHCP 65001
即可