Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
6.1.1
-
None
-
Android, Linux
Description
Hi. I am having issues with using the Chrome remote inspector (chrome://inspect) with Android.
The WebView appears in the list and selecting to inspect attaches and shows some console messages, but within half a second it loses the connection, saying "Detached from the target, reason: Connection lost".
In the adb logcat it shows the following:
E/chromium(15597): [ERROR:http_connection.cc(35)] Too large read data is pending: capacity=1048576, max_buffer_size=1048576, read=1048576
This seems to be due to the size of the source file (I am bundling everything into a single file with browserify). If I run uglify on the bundle (taking it from 2.2Mb to 330K) then it works fine.
I should also mention that this is definitely Cordova specific. The Chrome remote inspector works fine for other WebViews/browsers regardless of size.
Thanks.