美文网首页
adb 工具使用

adb 工具使用

作者: 李其伟 | 来源:发表于2017-08-03 17:41 被阅读0次

    使用环境:电脑需要和盒子在同一个局域网中

    adb start-service

    //连接

    adb connect 192.168.253.3

    //查看设备

    adb devices

    //查看日志

    adb logcat

    //过滤日志  windows 用find  linux 用grep  >>重定向保存

    adb logcat | find "wasu_sdk" >>log.txt

    链接:adb工具下载 密码:q6ie

    相关文章

      网友评论

          本文标题:adb 工具使用

          本文链接:https://www.haomeiwen.com/subject/shcifxtx.html