Testers: reset log level to default one (eg linphone_message)

This commit is contained in:
Gautier Pelloux-Prayer 2015-06-22 16:28:26 +02:00
parent 9ab01507ff
commit b905816224
3 changed files with 0 additions and 4 deletions

View file

@ -50,7 +50,6 @@
[tester acknowledgeSystemAlert];
#endif
[super beforeAll];
linphone_core_set_log_level(ORTP_WARNING);
}

View file

@ -65,8 +65,6 @@ void LSLog(NSString* fmt, ...){
liblinphone_tester_keep_accounts(TRUE);
linphone_core_set_log_level(ORTP_WARNING);
int count = bc_tester_nb_suites();
for (int i=0; i<count; i++) {

View file

@ -54,7 +54,6 @@ static void linphone_log_function(OrtpLogLevel lev, const char *fmt, va_list arg
logsBuffer = [NSMutableArray arrayWithCapacity:kLogsBufferCapacity];
linphone_core_set_log_handler(linphone_log_function);
linphone_core_set_log_level(ORTP_WARNING);
}