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 3fe252d commit 9a93bd2Copy full SHA for 9a93bd2
runtime/src/main/java/com/tns/AndroidJsV8Inspector.java
@@ -60,7 +60,6 @@ public void start() throws IOException {
60
61
@RuntimeCallable
62
private static void sendToDevToolsConsole(Object connection, String message, String level) {
63
- //{"method":"Runtime.consoleAPICalled","params":{"type":"log","args":["asdjasdkljasd"],"executionContextId":0,"timestamp":0.000000000000000}}
64
try {
65
JSONObject consoleMessage = new JSONObject();
66
0 commit comments