Enable debug modus for emulator

This commit is contained in:
butomo1989 2018-06-21 21:16:54 +02:00
parent 75514ef1f0
commit 820b6e0e0e

View file

@ -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)))