5 lines
98 B
Bash
5 lines
98 B
Bash
|
# 需要cmder
|
||
|
adb connect 192.168.10.192
|
||
|
adb devices -l
|
||
|
adb logcat -c
|
||
|
adb logcat | grep -i QuickJS
|