Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: mojo/tools/android_mojo_shell.py

Issue 1143223005: Report apptest_runner device not found infra failures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify changes. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mandoline/tools/android_run_mandoline.py ('k') | mojo/tools/apptest_runner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/android_mojo_shell.py
diff --git a/mojo/tools/android_mojo_shell.py b/mojo/tools/android_mojo_shell.py
index 3ff5427c569dae872f60f34f5038591555d0b3e5..61dcd4eeb4f20cfc7bfcd0d3b446342a0a827758 100755
--- a/mojo/tools/android_mojo_shell.py
+++ b/mojo/tools/android_mojo_shell.py
@@ -40,9 +40,7 @@ def main():
is_debug=runner_args.debug,
apk_name="MojoRunner.apk")
shell = AndroidShell(config)
- args.extend(shell.PrepareShellRun(runner_args.origin, runner_args.device))
-
- shell.CleanLogs()
+ shell.InitShell(runner_args.origin, runner_args.device)
p = shell.ShowLogs()
shell.StartShell(args, sys.stdout, p.terminate)
return 0
« no previous file with comments | « mandoline/tools/android_run_mandoline.py ('k') | mojo/tools/apptest_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698