Commit a5b3e3af authored by ilevy@chromium.org's avatar ilevy@chromium.org

Add STEP_WARNINGS to ManagedInstall failure

and fix typo

BUG=


Review URL: https://chromiumcodereview.appspot.com/10837327

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152241 0039d316-1c4b-4281-b951-d872f2087c98
parent 3e9187d0
......@@ -349,7 +349,8 @@ class AndroidCommands(object):
if 'Success' in install_status:
return install_status
except errors.WaitForResponseTimedOutError:
logging.info('Timout on installing %s' % apk_path)
print '@@@STEP_WARNINGS@@@'
logging.info('Timeout on installing %s' % apk_path)
if reboots_left <= 0:
raise Exception('Install failure')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment