You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-chrome-...@googlegroups.com
The device discovery logic for debugging Android KitKat webviews is not documented. Running cat /proc/net/unix will list webviews in this format: @webview_devtools_remote_159 The last number is a PID which can be used to look up the apk package:
I don't know how to identify the websocket address that's in use to send the appropriate debugging protocol messages. "chrome://inspect/#devices" works without issue so I'm not sure why device discovery isn't clearly explained somewhere. Any help with this is appreciated.