From 2d2c7df1f696f72a77689da151197cf934f4018c Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Wed, 27 Jan 2016 17:30:40 +0100 Subject: [PATCH] liblinphoneTester: disable log collection --- LiblinphoneTester/MasterView.m | 1 + 1 file changed, 1 insertion(+) diff --git a/LiblinphoneTester/MasterView.m b/LiblinphoneTester/MasterView.m index 9dc706857..434156c4b 100644 --- a/LiblinphoneTester/MasterView.m +++ b/LiblinphoneTester/MasterView.m @@ -41,6 +41,7 @@ NSString *const kLogsUpdateNotification = @"kLogsUpdateNotification"; lastLogs = [[NSMutableArray alloc] initWithCapacity:kLastLogsCapacity]; logsBuffer = [NSMutableArray arrayWithCapacity:kLogsBufferCapacity]; [Log enableLogs:ORTP_DEBUG]; + linphone_core_enable_log_collection(NO); } void tester_logs_handler(int level, const char *fmt, va_list args) {