Skip to content

Commit 967df00

Browse files
committed
fix: inspector
1 parent 5aaac57 commit 967df00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test-app/runtime/src/main/cpp/JsV8InspectorClient.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,12 +290,10 @@ void JsV8InspectorClient::inspectorSendEventCallback(const FunctionCallbackInfo<
290290
Local<v8::String> arg = args[0].As<v8::String>();
291291
std::string message = ArgConverter::ConvertToString(arg);
292292

293-
/*
294293
JEnv env;
295294
// TODO: Pete: Check if we can use a wide (utf 16) string here
296295
JniLocalRef str(env.NewStringUTF(message.c_str()));
297296
env.CallStaticVoidMethod(instance->inspectorClass_, instance->sendMethod_, instance->connection_, (jstring) str);
298-
*/
299297

300298
// TODO: ios uses this method, but doesn't work on android
301299
// so I'm just sending directly to the socket (which seems to work)

0 commit comments

Comments
 (0)