Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cli] Filter extra avd info when listing emulators #190

Merged
merged 2 commits into from Mar 7, 2024

Conversation

gabrieldonadel
Copy link
Member

Why

Recently got a few reports from @brentvatne and @Simek regarding a nonbootable devices being listed in Orbit

image

How

AVD IDs cannot contain spaces, so in order to remove all the extra info returned by emulator -list-avds, we can just filter out lines that contain spaces

Test Plan

Running yarn cli list-devices -p android should not list INFO | Storing crashdata in: /tmp/android-brent/emu-crash-34.1.18.db, detection is enabled for process: 92342 (emulator)

@gabrieldonadel gabrieldonadel merged commit f61e5f5 into main Mar 7, 2024
1 check passed
@gabrieldonadel gabrieldonadel deleted the @gabrieldonadel/fix-listing-emulators branch March 7, 2024 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants