Enable debug modus for emulator
This commit is contained in:
parent
75514ef1f0
commit
820b6e0e0e
|
@ -190,7 +190,7 @@ def run():
|
||||||
prepare_avd(device, avd_name)
|
prepare_avd(device, avd_name)
|
||||||
|
|
||||||
logger.info('Run emulator...')
|
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())
|
subprocess.Popen(cmd.split())
|
||||||
|
|
||||||
appium = convert_str_to_bool(str(os.getenv('APPIUM', False)))
|
appium = convert_str_to_bool(str(os.getenv('APPIUM', False)))
|
||||||
|
|
Loading…
Reference in a new issue