Testers: reset log level to Message for automation builders

This commit is contained in:
Gautier Pelloux-Prayer 2015-08-28 11:47:32 +02:00
parent 71e386f412
commit d9565d6dcc
3 changed files with 2 additions and 6 deletions

View file

@ -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);
}

View file

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