You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm doing long tests using monkeyrunner and your androidviewclient and i save asserted messages when i get them, many times i get the following assert:
Traceback (most recent call last):
vc = ViewClient(device, serialno)
File "pyclasspath/dtmilano/android/viewclient.py", line 1073, in init
File "pyclasspath/dtmilano/android/viewclient.py", line 1638, in dump
RuntimeError: ERROR: Getting UIAutomator dump
my program that i wrote resets the adb server when it happens and it continue to run as normal so I don't thinkit's a bug on my part
is there a way to minimize these kind of errors?
The text was updated successfully, but these errors were encountered:
I'm doing long tests using monkeyrunner and your androidviewclient and i save asserted messages when i get them, many times i get the following assert:
Traceback (most recent call last):
vc = ViewClient(device, serialno)
File "pyclasspath/dtmilano/android/viewclient.py", line 1073, in init
File "pyclasspath/dtmilano/android/viewclient.py", line 1638, in dump
RuntimeError: ERROR: Getting UIAutomator dump
my program that i wrote resets the adb server when it happens and it continue to run as normal so I don't thinkit's a bug on my part
is there a way to minimize these kind of errors?
The text was updated successfully, but these errors were encountered: