android - Chrome remote debugging gives broken page when accessed over network -


tried expose chrome dev-tools interface on network using

adb forward tcp:9222 localabstract:chrome_devtools_remote

and access on localhost:9222 gives error whereas default interface accessible going chrome://inspect

how debug android chrome on network. remote debugging works if mobile device directly connected via usb.

thanks in advance !

enter image description here


Comments

Popular posts from this blog

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -

javascript - three.js lot of meshes optimization -