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
Hi, I'm now using SONY Z1 with stock Lollipop 5.0.2. Everytime when I execute dump it fails with these messages,
Traceback (most recent call last):
File "dump", line 175, in <module>
vc.dump(window=options[WINDOW])
File "/Users/johnchen/Repo/AndroidViewClient/src/com/dtmilano/android/viewclient.py", line 3073, in dump
raise RuntimeError('''ERROR: UiAutomator output contains no valid information. UiAutomator was killed, no reason given.''' + extraInfo)
RuntimeError: ERROR: UiAutomator output contains no valid information. UiAutomator was killed, no reason given.
Here's a part of the original received message from UIAutomator,
Hi, I'm now using SONY Z1 with stock Lollipop 5.0.2. Everytime when I execute
dump
it fails with these messages,Here's a part of the original
received
message from UIAutomator,As you can see "Killed" was appended and causes
onlyKilledRE
to raise an exception.I suppose
onlyKilledRE
is used to detect whether the output contains "Killed" only. Could you take a look at this? Thanks in advance!The text was updated successfully, but these errors were encountered: