[TIMOB-28029] CLI: Add booted status to the info output for Android emulators and iOS simulators
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | None |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | CLI, iOS |
| Labels | n/a |
| Reporter | Ewan Harris |
| Assignee | Ewan Harris |
| Created | 2020-07-17T14:43:17.000+0000 |
| Updated | 2020-07-17T14:43:55.000+0000 |
Description
Description
To support attach requests in VS Code we need to be able detect what emulators and simulator are currently in a booted state. Android: (perf concerns), need to call the isRunning function in avd to status when pulling the information together iOS: Copy thedevice.state property onto the iOS simulator object [here](https://github.com/appcelerator/ioslib/blob/51030c67ce595dd0733d9b8d94eabca9884d861d/lib/simulator.js#L320-L341)
No comments