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 fdd6fa6 commit 471bd3dCopy full SHA for 471bd3d
src/src/com/tns/JsDebugger.java
@@ -313,7 +313,7 @@ public void run()
313
314
int getDebuggerPortFromEnvironment()
315
{
316
- Log.d(Platform.DEFAULT_LOG_TAG, "getDebuggerPortFromEnvironment");
+ if (Platform.IsLogEnabled) Log.d(Platform.DEFAULT_LOG_TAG, "getDebuggerPortFromEnvironment");
317
int port = INVALID_PORT;
318
319
boolean shouldEnableDebuggingFlag = shouldEnableDebugging(context);
0 commit comments