mobile-dev-inc / dadb

A Kotlin/Java library to connect directly to an Android device without an adb binary or an ADB server
Apache License 2.0
1.03k stars 73 forks source link

When one of the devices is offline, Exception has been throwed #62

Open nkligang opened 1 year ago

nkligang commented 1 year ago

When one of the devices is offline, Exception has been throwed, get the device failed, I think this is not well designed, Can you fix it?

DavidREntwistle commented 9 months ago

This looks related to "Exception in thread "pool-4-thread-1" java.io.IOException: Command failed (host:transport:emulator-5554): device 'emulator-5554' not found" - @nkligang is this the same exception you've noticed?