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
Fix working with android devices in some cases (#2530)
Fix working with Android devices:
- incorrect error is raise when adb writes multiple times to stderr.
Instead of handling all errors when the process exists, we've rejected
the promise on the first write to stderr flag. Add unit-test for this.
- An error is raised during construction of AndroidDevice object when
the device is not authorized. In this case we should not throw error -
just set the status to Unreachable. The caller of AndroidDevice must
handle the case when the status is Unreachable.
- Fix case when some adb messages are reported as AndroidDevices, for
example `* daemon started successfully *`. Filter such messages in the
androidDeviceDiscovery. Add unit tests for such known messages.
0 commit comments