hjtester

Results 2 comments of hjtester

![image](https://github.com/AirtestProject/Airtest/assets/43459458/ca2e4407-9059-4958-9a51-8cd2bdd2e9f6) 运行到一半崩了 为了防止停止不干净,还等待了30s,没啥用。大家还有什么解决方案吗? poco.stop_running() subprocess.call(['adb', "-s", device_id, 'kill-server']) sleep(30) # 避免BrokenPipeError subprocess.call(['adb', "-s", device_id, 'start-server']) subprocess.call(['adb', "-s", device_id, 'devices'])