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

Unified Diff: mojo/devtools/common/remote_adb_setup

Issue 1524103002: Forward the fixed flutter observatory port 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 | « mojo/devtools/common/devtoolslib/android_shell.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/devtools/common/remote_adb_setup
diff --git a/mojo/devtools/common/remote_adb_setup b/mojo/devtools/common/remote_adb_setup
index aa67d6f0fec04d67d9677e85705a3cdd5d98a21c..4ecd48c55395fb54713220c6d35805b1bed28ab6 100755
--- a/mojo/devtools/common/remote_adb_setup
+++ b/mojo/devtools/common/remote_adb_setup
@@ -42,12 +42,14 @@ adb start-server
# Forward various ports from the remote host to the local host:
# 5037: adb
# and from the local host to the remote host:
-# 9998: http server for Sky
+# 8181: Flutter observatory
+# 9998: http server for Flutter
# 31839: http server for https://core.mojoapps.io
# 31840: http server for the local mojo: origin
# 31841: http server for base mappings
ssh -C \
-R 5037:127.0.0.1:5037 \
+ -L 8181:127.0.0.1:8181 \
-L 9998:127.0.0.1:9998 \
-L 31839:127.0.0.1:31839 \
-L 31840:127.0.0.1:31840 \
« no previous file with comments | « mojo/devtools/common/devtoolslib/android_shell.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698