Enable debug modus for emulator

This commit is contained in:
butomo1989
2018-06-21 21:16:54 +02:00
parent 75514ef1f0
commit 820b6e0e0e
+1 -1
View File
@@ -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)))