While testing #69 I realized that awaitAdb never stops because there is no timeout on wait-for-device. This is extremely annoying. I guess also, wait-for-device is mostly important when it comes to emulators and less important for physical devices. Maybe we should just exit awaitAdb if adb finds no devices and runTarget: 'device'?
While testing #69 I realized that
awaitAdb
never stops because there is no timeout onwait-for-device
. This is extremely annoying. I guess also,wait-for-device
is mostly important when it comes to emulators and less important for physical devices. Maybe we should just exitawaitAdb
ifadb
finds no devices andrunTarget: 'device'
?