liblinphoneTester: disable log collection

This commit is contained in:
Gautier Pelloux-Prayer 2016-01-27 17:30:40 +01:00
parent 1090c61dcc
commit 2d2c7df1f6

View file

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