Skip to content

Commit 1d2eb5d

Browse files
committed
pass runtime logger to the JsV8InspectorWebSocket constructor
1 parent 69a1bef commit 1d2eb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/app/src/main/java/com/tns/AndroidJsV8Inspector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ protected WebSocket openWebSocket(IHTTPSession handshake) {
245245
}
246246
}
247247
}
248-
this.webSocket = new JsV8InspectorWebSocket(handshake);
248+
this.webSocket = new JsV8InspectorWebSocket(handshake, currentRuntimeLogger);
249249
return this.webSocket;
250250
}
251251
}

0 commit comments

Comments
 (0)