mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
dialer: disable logs magic popup should disable all logs
This commit is contained in:
parent
17761c10ff
commit
46631ac709
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
[alertView
|
||||
addButtonWithTitle:actionLog
|
||||
block:^{
|
||||
int newDebugLevel = debugEnabled ? ORTP_ERROR : ORTP_DEBUG;
|
||||
int newDebugLevel = debugEnabled ? 0 : ORTP_DEBUG;
|
||||
[LinphoneManager.instance lpConfigSetInt:newDebugLevel forKey:@"debugenable_preference"];
|
||||
[Log enableLogs:newDebugLevel];
|
||||
}];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue