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

Unified Diff: tools/android/adb_remote_setup.sh

Issue 1236473005: Force IPv4 in adb_remote_setup.sh. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months 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: tools/android/adb_remote_setup.sh
diff --git a/tools/android/adb_remote_setup.sh b/tools/android/adb_remote_setup.sh
index d3a9670efca573d5b5df90f901f53b080631cf8e..de2114ee3d7c5b761c1852117cdcaad7bee12067 100755
--- a/tools/android/adb_remote_setup.sh
+++ b/tools/android/adb_remote_setup.sh
@@ -88,7 +88,7 @@ adb start-server
# 9051: policy server
# 10000: net unittests
# 10201: net unittests
-ssh -C \
+ssh -4 -C \
-R 5037:localhost:5037 \
-L 8001:localhost:8001 \
-L 9031:localhost:9031 \
« 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