mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 22:58:13 +00:00
Testers: reset log level to default one (eg linphone_message)
This commit is contained in:
parent
9ab01507ff
commit
b905816224
3 changed files with 0 additions and 4 deletions
|
|
@ -50,7 +50,6 @@
|
|||
[tester acknowledgeSystemAlert];
|
||||
#endif
|
||||
[super beforeAll];
|
||||
linphone_core_set_log_level(ORTP_WARNING);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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++) {
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue