常用指令
- adb start-server 开启adb 服务
- adb kill-server 在关闭adb服务
- adb devices 查看系统是否识别设备(List of devices attached 是没有识别到设备)
- adb logcat -c 清除旧日志信息
- adb logcat -v time >.\logcat.log 开始抓取日志,>:代表输出到.\logcat.log(adb logcat -v time:是开始抓取日志命令)
- netstat -ano | findstr “5037” 查看谁占用了5037