resolve-emulator-device-id
Asks the running emulators which AVD each was started from, and resolves one by name through ./emulator-device-id.ts’s selection.
Every function here shells out, so the whole module is integration-time code — which is exactly why the selection it delegates to lives in its own module and stays unit-tested.
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| ResolveEmulatorDeviceIdParams | Parameters for resolveEmulatorDeviceId. |
Functions
Section titled “Functions”| Function | Description |
|---|---|
| resolveEmulatorDeviceId | Finds the running emulator whose AVD is the named one. |