mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
UITester: handle logs independently
This commit is contained in:
parent
f7f3840aa7
commit
2eded652e7
2 changed files with 2 additions and 2 deletions
|
|
@ -1441,7 +1441,7 @@ static BOOL libStarted = FALSE;
|
|||
return;
|
||||
}
|
||||
linphone_core_set_log_collection_path([[LinphoneManager cacheDirectory] UTF8String]);
|
||||
[Log enableLogs:([self lpConfigBoolForKey:@"debugenable_preference"] || LinphoneManager.instance.isTesting)];
|
||||
[Log enableLogs:[self lpConfigBoolForKey:@"debugenable_preference"]];
|
||||
connectivity = none;
|
||||
|
||||
ms_init(); // Need to initialize mediastreamer2 before loading the plugins
|
||||
|
|
|
|||
|
|
@ -414,7 +414,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
removeFromHiddenKeys = debugEnabled;
|
||||
[keys addObject:@"send_logs_button"];
|
||||
[keys addObject:@"reset_logs_button"];
|
||||
[Log enableLogs:(debugEnabled || LinphoneManager.instance.isTesting)];
|
||||
[Log enableLogs:debugEnabled];
|
||||
} else if ([@"account_mandatory_advanced_preference" compare:notif.object] == NSOrderedSame) {
|
||||
removeFromHiddenKeys = [[notif.userInfo objectForKey:@"account_mandatory_advanced_preference"] boolValue];
|
||||
for (NSString *key in settingsStore->dict) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue