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) {