mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-29 19:00:34 +00:00
Enable debug modus for emulator
This commit is contained in:
+1
-1
@@ -190,7 +190,7 @@ def run():
|
||||
prepare_avd(device, avd_name)
|
||||
|
||||
logger.info('Run emulator...')
|
||||
cmd = 'emulator -avd {name} -gpu off'.format(name=avd_name)
|
||||
cmd = 'emulator -avd {name} -gpu off -verbose'.format(name=avd_name)
|
||||
subprocess.Popen(cmd.split())
|
||||
|
||||
appium = convert_str_to_bool(str(os.getenv('APPIUM', False)))
|
||||
|
||||
Reference in New Issue
Block a user