beeware / briefcase

Tools to support converting a Python project into a standalone native application.
https://briefcase.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
2.5k stars 354 forks source link

Exclude logging output from emulator list #1697

Closed rmartin16 closed 4 months ago

rmartin16 commented 4 months ago

Changes

>>> Running Command:
>>>     /opt/sdks/Android/sdk/emulator/emulator -list-avds
>>> Working Directory:
>>>     /home/russell/tmp/beeware/helloworld
>>> Command Output:
>>>     INFO    | Storing crashdata in: /tmp/android-russell/emu-crash-34.1.19.db, detection is enabled for process: 2413840
>>>     Pixel_3a_API_31
>>>     Pixel_5_API_31
>>>     Pixel_6a_API_31
>>>     Pixel_7a_API_34
>>>     Pixel_8_Pro_API_31
>>>     beePhone
>>> Return code: 0

Select device:

  1) Unknown device (offline) (emulator-5554)
  2) @INFO    | Storing crashdata in: /tmp/android-russell/emu-crash-34.1.19.db, detection is enabled for process: 2413840 (emulator)
  3) @Pixel_3a_API_31 (emulator)
  4) @Pixel_5_API_31 (emulator)
  5) @Pixel_6a_API_31 (emulator)
  6) @Pixel_7a_API_34 (emulator)
  7) @Pixel_8_Pro_API_31 (emulator)
  8) @beePhone (emulator)
  9) Create a new Android emulator

>

Other mayhem caused by this logging.

PR Checklist: