Skip to content

Commit

Permalink
Print output
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 20, 2024
1 parent 5c897d7 commit 6fbcefd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/Util.py
Original file line number Diff line number Diff line change
Expand Up @@ -2731,6 +2731,7 @@ def startEmulator(self, avd):
#
print("starting the emulator... ")
out = run("emulator -list-avds")
print(out)
if avd not in out:
raise RuntimeError("couldn't find AVD `{}'".format(avd))

Expand Down

0 comments on commit 6fbcefd

Please sign in to comment.