Last active
January 6, 2023 18:24
-
-
Save vincentmac/2299265 to your computer and use it in GitHub Desktop.
Android: Chrome USB Debugging
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
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