smart-test-ti / SoloX

💯SoloX - Real-time collection tool for Android/iOS performance data.(Android性能测试android performance\iOS性能测试ios performance\移动端性能测试mobile performance\APP性能测试app performance\app性能测试工具)
https://smart-test-ti.github.io/solox
MIT License
994 stars 177 forks source link

命令安装的版本,对于没有wifi的设备,获取不到ip信息就无法显示设备列表 #98

Closed mywp closed 1 year ago

mywp commented 1 year ago

临时修改成eth0后可以正常获取到设备了 C:\Python38\Lib\site-packages\solox\public\common.py cmd = f'ip addr show eth0 | {self._filterType()} link/ether'

rafa0128 commented 1 year ago

你这里的意思是说adb devices没有设备列表吗?