forked from mirrors/linphone-iphone
liblinphoneTester: disable log collection
This commit is contained in:
parent
1090c61dcc
commit
2d2c7df1f6
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue