I have several connected devices via adb :
> adb devices
List of devices attached
FA5BBBJ01013 device
00c95491829ca2a1 device
When I try to run shell :
> adb shell
it gives me error :
error: more than one device and emulator
How I can start shell on custom device without disconnecting other device?