Qt: Fix early console debug output
This commit is contained in:
@@ -2254,6 +2254,7 @@ void QtHost::InitializeEarlyConsole()
|
|||||||
const bool was_console_enabled = Log::IsConsoleOutputEnabled();
|
const bool was_console_enabled = Log::IsConsoleOutputEnabled();
|
||||||
if (!was_console_enabled)
|
if (!was_console_enabled)
|
||||||
Log::SetConsoleOutputParams(true);
|
Log::SetConsoleOutputParams(true);
|
||||||
|
Log::SetLogLevel(Log::Level::Dev);
|
||||||
}
|
}
|
||||||
|
|
||||||
void QtHost::PrintCommandLineVersion()
|
void QtHost::PrintCommandLineVersion()
|
||||||
|
|||||||
Reference in New Issue
Block a user