Skip to content

Commit 1116046

Browse files
author
Mihail Slavchev
committed
initialize logging
1 parent bb291d8 commit 1116046

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/jni/Runtime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void Runtime::Init(JNIEnv *_env, jobject obj, int runtimeId, jstring filesPath,
122122

123123
void Runtime::Init(jstring filesPath, bool verboseLoggingEnabled, jstring packageName, jobjectArray args, jobject jsDebugger)
124124
{
125-
m_logEnabled = verboseLoggingEnabled;
125+
LogEnabled = m_logEnabled = verboseLoggingEnabled;
126126

127127
auto filesRoot = ArgConverter::jstringToString(filesPath);
128128
Constants::APP_ROOT_FOLDER_PATH = filesRoot + "/app/";

0 commit comments

Comments
 (0)