From 23725a42ac3dfa37f5ca7c0783f00da2988f6d82 Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Tue, 15 Nov 2016 09:08:10 +0100 Subject: [PATCH] add log to setting store --- Classes/LinphoneCoreSettingsStore.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Classes/LinphoneCoreSettingsStore.m b/Classes/LinphoneCoreSettingsStore.m index 1042dff94..b852ab41b 100644 --- a/Classes/LinphoneCoreSettingsStore.m +++ b/Classes/LinphoneCoreSettingsStore.m @@ -868,6 +868,7 @@ } @catch (NSException *e) { // may happen when application is terminated, since we are destroying the core LOGI(@"Core probably already destroyed, cannot synchronize settings. Skipping."); + LOGI(e.debugDescription); } return NO; }