清空本机log信息
1、adb logcat -c
过滤622端口
2、adb logcat *:E |grep "622"
多设备连接
3、adb -s 设备 logcat *:E
4、adb -s emulator-5554 logcat '*:E' |grep "622"
版权声明:本文为gaimechen原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
清空本机log信息
1、adb logcat -c
过滤622端口
2、adb logcat *:E |grep "622"
多设备连接
3、adb -s 设备 logcat *:E
4、adb -s emulator-5554 logcat '*:E' |grep "622"