| 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,
|
|
|