We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a1bef commit 1d2eb5dCopy full SHA for 1d2eb5d
1 file changed
test-app/app/src/main/java/com/tns/AndroidJsV8Inspector.java
@@ -245,7 +245,7 @@ protected WebSocket openWebSocket(IHTTPSession handshake) {
245
}
246
247
248
- this.webSocket = new JsV8InspectorWebSocket(handshake);
+ this.webSocket = new JsV8InspectorWebSocket(handshake, currentRuntimeLogger);
249
return this.webSocket;
250
251
0 commit comments