AirtestProject / AirtestProject/Poco
经试验,在我这里两个设备,后插上电脑的会启动PocoService,先插上的不会启动
Open
pending test
- Dominant language
- Python
- Stars
- 2k
- Forks
- 341
- PR merge metrics
- No merged PRs in 30d
Description
发现使用先插上电脑设备的poco获取控件会获取不到。
两个设备都为 Android,电脑为 Mac 10.13。
对比两次的 adb devices, 可以发现设备的先后顺序不一致,可能与此有关:
(venv3_6) mac@MacPro ~/M/R/P/TestingTool> adb devices
List of devices attached
e6fdf487 device
54AGE17JJ71802 device
⏎ (venv3_6) mac@MacPro ~/M/R/P/TestingTool> adb devices
List of devices attached
54AGE17JJ71802 device
e6fdf487 device
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.