Settings: Default console logging on Android to on

This commit is contained in:
Connor McLaughlin
2021-02-07 03:27:37 +10:00
parent fc578b7ec7
commit a77edc6436
3 changed files with 9 additions and 2 deletions

View File

@ -582,7 +582,7 @@ void HostInterface::SetDefaultSettings(SettingsInterface& si)
si.SetStringValue("Logging", "LogLevel", Settings::GetLogLevelName(Settings::DEFAULT_LOG_LEVEL));
si.SetStringValue("Logging", "LogFilter", "");
si.SetBoolValue("Logging", "LogToConsole", false);
si.SetBoolValue("Logging", "LogToConsole", Settings::DEFAULT_LOG_TO_CONSOLE);
si.SetBoolValue("Logging", "LogToDebug", false);
si.SetBoolValue("Logging", "LogToWindow", false);
si.SetBoolValue("Logging", "LogToFile", false);