We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在PC上执行: adb shell am instrument -w com.github.uiautomator.test/android.support.test.runner.AndroidJUnitRunner 拔掉设备后再连接上PC,此时uiautomator进程还在。 shell@scorpio:/ $ ps|grep uiautomator u0_a105 1123 670 1617460 63816 SyS_epoll_ 0000000000 S com.github.uiautomator
adb shell am instrument -w com.github.uiautomator.test/android.support.test.runner.AndroidJUnitRunner
shell@scorpio:/ $ ps|grep uiautomator u0_a105 1123 670 1617460 63816 SyS_epoll_ 0000000000 S com.github.uiautomator
此时重新forward端口后,调用stop api:http://127.0.0.1:9008/stop会导致shell卡死
The text was updated successfully, but these errors were encountered:
我也发现这个问题了。并且这个问题在Linux上不会出现。 在Windows上用的时候每次都要重启cmd,好蛋疼。
Sorry, something went wrong.
No branches or pull requests
在PC上执行:
adb shell am instrument -w com.github.uiautomator.test/android.support.test.runner.AndroidJUnitRunner
拔掉设备后再连接上PC,此时uiautomator进程还在。
shell@scorpio:/ $ ps|grep uiautomator u0_a105 1123 670 1617460 63816 SyS_epoll_ 0000000000 S com.github.uiautomator
此时重新forward端口后,调用stop api:http://127.0.0.1:9008/stop会导致shell卡死
The text was updated successfully, but these errors were encountered: