Hi,
I am unable to establish websocket connection to the webSocketDebuggerUrl value we get after setting up chrome remote debugging in android for the latest release 47.0.2526.76
Device configuration being used is as follows
Android device : HTC One X
Android version: 4.2.2
Below are steps to reproduce the issue
1. Update the chrome app to the latest version available on playstore 47.0.2526.76
3. In command line run command "adb forward tcp:9222 localabstract:chrome_devtools_remote"
4. Using HttpClient post a request to
http://localhost:9222/json for which we get JSON response details containing webSocketDebuggerUrl
5. Use the webSocketDebuggerUrl and try setting up a websocket connection. Chrome is crashing when we try this step.
Note: I have tried repeating the same steps on Chrome version 45.0.2454.84 on same android device which works correctly
Kindly let me know how to get this issue resolved
Regards,
Ravishankar