From c4fbae273263c018f1d6457048fe1a72aad6b018 Mon Sep 17 00:00:00 2001 From: fractalwrench Date: Wed, 21 Feb 2018 15:43:23 +0000 Subject: [PATCH] always write error info when thread tracing disabled --- Source/KSCrash/Source/KSCrash/Recording/BSG_KSCrashReport.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/KSCrash/Source/KSCrash/Recording/BSG_KSCrashReport.c b/Source/KSCrash/Source/KSCrash/Recording/BSG_KSCrashReport.c index 6693fbfb1..6c9da5cd1 100644 --- a/Source/KSCrash/Source/KSCrash/Recording/BSG_KSCrashReport.c +++ b/Source/KSCrash/Source/KSCrash/Recording/BSG_KSCrashReport.c @@ -2084,9 +2084,9 @@ void bsg_kscrashreport_writeStandardReport( crashContext->config.introspectionRules.enabled, crashContext->config.searchThreadNames, crashContext->config.searchQueueNames); - bsg_kscrw_i_writeError(writer, BSG_KSCrashField_Error, - &crashContext->crash); } + bsg_kscrw_i_writeError(writer, BSG_KSCrashField_Error, + &crashContext->crash); } writer->endContainer(writer);