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

Unified Diff: mojo/devtools/common/remote_adb_setup

Issue 1529963002: Forward 31842. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fix comment 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/remote_adb_setup
diff --git a/mojo/devtools/common/remote_adb_setup b/mojo/devtools/common/remote_adb_setup
index 4ecd48c55395fb54713220c6d35805b1bed28ab6..7378d9e33ba0e8d66c54a4a1b1f19536f58556ab 100755
--- a/mojo/devtools/common/remote_adb_setup
+++ b/mojo/devtools/common/remote_adb_setup
@@ -46,7 +46,7 @@ adb start-server
# 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
+# 31841-31842: http servers for origin mappings
ssh -C \
-R 5037:127.0.0.1:5037 \
-L 8181:127.0.0.1:8181 \
@@ -54,4 +54,5 @@ ssh -C \
-L 31839:127.0.0.1:31839 \
-L 31840:127.0.0.1:31840 \
-L 31841:127.0.0.1:31841 \
+ -L 31842:127.0.0.1:31842 \
"$remote_host"
« 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