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 !
Comments
Post a Comment