Skip to content

Instantly share code, notes, and snippets.

@vincentmac
Last active January 6, 2023 18:24
Show Gist options
  • Save vincentmac/2299265 to your computer and use it in GitHub Desktop.
Save vincentmac/2299265 to your computer and use it in GitHub Desktop.
Android: Chrome USB Debugging
In terminal type:
adb forward tcp:9222 localabstract:chrome_devtools_remote
Open desktop Chrome and navigate to:
localhost:9222
https://developers.google.com/chrome-developer-tools/docs/remote-debugging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment