Open chenshifei opened 9 years ago
Are you setting ignoreuiautomatorkilled=True
when creating the ViewClient
object?
Yes, kwargs2
shows below,
{'startviewserver': True, 'forceviewserveruse': False, 'autodump': False, 'ignoreuiautomatorkilled': True}
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!