清空本机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"
清空本机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"