Emulator Command Request
This request is completely different to other requests: it connects directly to emulator instead of adb server For simplicity it can be used in the same way as adb server requests and shares the socket creation logic (and hence the coroutine context) with other requests
Parameters
use help
to list all available commands, may be emulator-dependant
usually localhost since emulator port is binded to the loopback interface only
console port of the emulator. if your device is emulator-5554, port is 5554, emulator-5556 - 5556 and so on
authentication token is required for connecting to emulator. If null, will be read from $HOME/.emulator_console_auth_token. If you want to remove the auth completely - $HOME/.emulator_console_auth_token file should be empty
by default all responses contain the emulator auth output that is unnecessary. If you want the output to include everything the emulator returns - set this to false