From 93ae21abfcce1c6b36e5cd68d23045f2b9ac438d Mon Sep 17 00:00:00 2001 From: Forkk Date: Fri, 9 May 2014 17:33:32 -0500 Subject: Implement crash handling on Linux This will allow us to generate crash dumps and have users report crashes. --- MultiMC.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'MultiMC.cpp') diff --git a/MultiMC.cpp b/MultiMC.cpp index a0ff8b66..dc878a32 100644 --- a/MultiMC.cpp +++ b/MultiMC.cpp @@ -327,8 +327,11 @@ void MultiMC::initLogger() logger.addDestination(m_debugDestination.get()); // log all the things logger.setLoggingLevel(QsLogging::TraceLevel); + loggerInitialized = true; } +bool loggerInitialized = false; + void MultiMC::initGlobalSettings() { m_settings.reset(new INISettingsObject("multimc.cfg", this)); -- cgit v1.2.3