Skip to content

Commit 5a2e3c6

Browse files
author
dtopuzov
committed
Update emulator stop methods
1 parent 73b4e6b commit 5a2e3c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/device/emulator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ def stop_emulators():
2525
Process.kill("emulator")
2626
Process.kill("emulator64-arm")
2727
Process.kill("emulator64-x86")
28+
Process.kill("quemu-system-i38")
29+
Process.kill("qemu-system-i386")
2830

2931
@staticmethod
3032
def start_emulator(emulator_name, port="5554", timeout=300, wait_for=True):

0 commit comments

Comments
 (0)