Android 抓log的工具:
adb logcat -c | adb logcat > D:\log
远程连接手机
手机端:window/linux连接手机:
设置端口号:
adb tcpip 5555
查看手机的ip 地址
ifconfig
手机需要断开与网络的连接
远程端:连接手机
adb connet ip:端口号
远程端
adb shell
adb logcat -c | adb logcat > D:\log
手机端:window/linux连接手机:
设置端口号:
adb tcpip 5555
查看手机的ip 地址
ifconfig
手机需要断开与网络的连接
远程端:连接手机
adb connet ip:端口号
远程端
adb shell