This commit is contained in:
Seth Alves 2018-01-23 16:32:16 -08:00
parent c02ab28c60
commit 9eb10c09da

View file

@ -64,7 +64,7 @@ int main(int argc, const char* argv[]) {
qDebug() << "UserActivityLogger is enabled:" << ual.isEnabled();
if (ual) {
if (ual.isEnabled()) {
auto crashHandlerStarted = startCrashHandler();
qDebug() << "Crash handler started:" << crashHandlerStarted;
}