We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01a274 commit 588f7cfCopy full SHA for 588f7cf
devices/emulator.py
@@ -75,10 +75,10 @@ def boot_devices():
75
print "Booting Device:", device_name
76
time.sleep(0.3)
77
if settings.HEADLESS:
78
- sub.Popen('emulator -avd ' + device_name + " -wipe-data -no-audio -no-window",
+ sub.Popen('emulator -avd ' + device_name + " -wipe-data -no-window",
79
stdout=sub.PIPE, stderr=sub.PIPE, shell=True)
80
else:
81
- sub.Popen('emulator -avd ' + device_name + " -wipe-data -no-audio",
+ sub.Popen('emulator -avd ' + device_name + " -wipe-data",
82
83
84
print "Waiting", settings.AVD_BOOT_DELAY, "seconds"
0 commit comments