首先样机和笔记本电脑连接同一wifi网络
adb root
adb shell ifconfig
复制inet addr地址
ping inet addr地址
adb tcpip 5555
adb connect (inet addr地址):5555
此时adb和机器使用wifi连接好了,可以拔出usb线
ipconfig查询电脑的IP地址
ipconfig
使用adb在主机上运行diag socket logging
adb shell diag_socket_log -a (电脑的IP地址) &
连接成功