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