-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Exception #1
Comments
我也存在上面问题,提示线程冲突 |
可以帮忙解决一下吗?但是我有一次不知道为什么执行成功 |
我也存在这个问题,一次都没执行成功过 |
我是提示 设备不存在,但是我的无线已经链接上了 |
E:\PythonProject\First\venv\Scripts\python.exe E:/PythonProject/monkeyTest-master/Monkey_performance/monkeyTest.py
持久性目录info已存在,继续执行测试!
当前已连接待测手机数为:1
1
创建持久性文件...
Exception in thread Thread-1:
Traceback (most recent call last):
File "D:\Program Files (x86)\Python\lib\threading.py", line 916, in _bootstrap_inner
self.run()
File "E:/PythonProject/monkeyTest-master/Monkey_performance/monkeyTest.py", line 215, in run
start(self.dev)
File "E:/PythonProject/monkeyTest-master/Monkey_performance/monkeyTest.py", line 67, in start
Create_pickle(dev, app, num)
File "E:/PythonProject/monkeyTest-master/Monkey_performance/monkeyTest.py", line 53, in Create_pickle
OperateFile(cpu).mkdir_file()
File "E:\PythonProject\monkeyTest-master\Monkey_performance\Base\BaseFile.py", line 46, in mkdir_file
f = open(self.file, self.method)
FileNotFoundError: [Errno 2] No such file or directory: 'E:\PythonProject\monkeyTest-master\Monkey_performance\info\emulator-5554_cpu.pickle'
The text was updated successfully, but these errors were encountered: