| commit | 354d449d366c84250b115de3e3c5b5f9620e8dd8 | [log] [tgz] |
|---|---|---|
| author | Przemyslaw Pietrzkiewicz <ppi@chromium.org> | Wed Aug 12 15:10:06 2015 +0200 |
| committer | Przemyslaw Pietrzkiewicz <ppi@chromium.org> | Wed Aug 12 15:10:06 2015 +0200 |
| tree | 714e001746c62c3e5ef21d54a7f68f0b2d64ed55 | |
| parent | c682c0f8b4943d9805218c209736c86f8ed21f64 [diff] |
Fix `mojo_run --android` to terminate when the shell terminates. Fixes domokit/devtools#32. R=etiennej@chromium.org Review URL: https://codereview.chromium.org/1288003002 . Cr-Mirrored-From: https://github.com/domokit/mojo Cr-Mirrored-Commit: 0f1a3a42379388594fd5f40fb58b829462bf64cd
diff --git a/devtoolslib/android_shell.py b/devtoolslib/android_shell.py index f5a1fa8..c3bed33 100644 --- a/devtoolslib/android_shell.py +++ b/devtoolslib/android_shell.py
@@ -366,6 +366,7 @@ logcat_watch_thread = threading.Thread( target=_forward_observatories_as_needed) + logcat_watch_thread.daemon = True logcat_watch_thread.start() @overrides(Shell)