Skip to content

Instantly share code, notes, and snippets.

@auchenberg
Created March 11, 2015 14:39
Show Gist options
  • Save auchenberg/62c879ead540c36a0e32 to your computer and use it in GitHub Desktop.
Save auchenberg/62c879ead540c36a0e32 to your computer and use it in GitHub Desktop.
Steps how to find Chrome-powred remote debug devices using ADB
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