Created
March 11, 2015 14:39
-
-
Save auchenberg/62c879ead540c36a0e32 to your computer and use it in GitHub Desktop.
Steps how to find Chrome-powred remote debug devices using ADB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb devices | |
adb -s <device> shell “cat /proc/net/unix |grep devtools_remote” | |
adb -s <device> forward tcp:9222 local abstract:<service name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment