Skip to content

Commit

Permalink
Update tools/python/util/android/android.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jchen351 and github-actions[bot] authored Nov 16, 2024
1 parent a5a45ca commit db94c41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/python/util/android/android.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ def start_emulator(
raise RuntimeError("Emulator failed to start.")
return emulator_process


def is_emulator_running_by_avd(avd_name: str) -> bool:
"""
Check if an emulator is running based on the provided AVD name.
Expand Down

0 comments on commit db94c41

Please sign in to comment.