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

Unified Diff: mojo/devtools/common/devtoolslib/android_shell.py

Issue 1505783002: Improve the fifo open timeout error message in `android_shell.py`. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/devtools/common/devtoolslib/android_shell.py
diff --git a/mojo/devtools/common/devtoolslib/android_shell.py b/mojo/devtools/common/devtoolslib/android_shell.py
index 178934a7cfc854798f7ebf4641cc9fe393557160..dfa0c8449daaaae15525b39d5f9527e4da0d2624 100644
--- a/mojo/devtools/common/devtoolslib/android_shell.py
+++ b/mojo/devtools/common/devtoolslib/android_shell.py
@@ -126,7 +126,7 @@ class AndroidShell(Shell):
time.sleep(1)
if on_fifo_closed:
on_fifo_closed()
- raise Exception('Unable to find fifo.')
+ raise Exception('Timed out waiting for shell the create the fifo file.')
_wait_for_fifo()
stdout_cat = subprocess.Popen(
self._adb_command(['shell', 'run-as', _MOJO_SHELL_PACKAGE_NAME,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698