From 955921d83f9d53e79823ed6a94269a9ce4b488fe Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 9 Feb 2012 18:58:11 +0100 Subject: [PATCH] start adb forward for Chrome on Android --- chrome-android-debug.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 chrome-android-debug.sh diff --git a/chrome-android-debug.sh b/chrome-android-debug.sh new file mode 100755 index 0000000..b07d51a --- /dev/null +++ b/chrome-android-debug.sh @@ -0,0 +1,6 @@ +#!/bin/sh -x + +# http://code.google.com/chrome/mobile/docs/debugging.html + +adb forward tcp:9222 localabstract:chrome_devtools_remote +echo http://localhost:9222 -- 2.20.1