mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Testers: reset log level to Message for automation builders
This commit is contained in:
parent
71e386f412
commit
d9565d6dcc
3 changed files with 2 additions and 6 deletions
|
|
@ -41,7 +41,7 @@ NSString *const kLogsUpdateNotification = @"kLogsUpdateNotification";
|
|||
lastLogs = [[NSMutableArray alloc] initWithCapacity:kLastLogsCapacity];
|
||||
logsBuffer = [NSMutableArray arrayWithCapacity:kLogsBufferCapacity];
|
||||
|
||||
linphone_core_set_log_level(ORTP_WARNING);
|
||||
linphone_core_set_log_level(ORTP_MESSAGE);
|
||||
linphone_core_set_log_handler((OrtpLogFunc)linphone_iphone_log_handler);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -23,11 +23,7 @@
|
|||
if (!([language isEqualToString:@"en"] || [language containsString:@"en-"])) {
|
||||
LOGF(@"Language must be 'en' (English) instead of %@", language);
|
||||
}
|
||||
#if DEBUG
|
||||
linphone_core_set_log_level(ORTP_MESSAGE);
|
||||
#else
|
||||
linphone_core_set_log_level(ORTP_WARNING);
|
||||
#endif
|
||||
}
|
||||
|
||||
- (void)beforeAll {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 955f8749357d7caa195699f12efe2a04823f0e2d
|
||||
Subproject commit 51339c08f32b09fd4d04a7a56c16ad68ad6be01b
|
||||
Loading…
Add table
Reference in a new issue