dialer: disable logs magic popup should disable all logs

This commit is contained in:
Gautier Pelloux-Prayer 2016-04-27 17:41:45 +02:00
parent 17761c10ff
commit 46631ac709

View file

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