mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:43:05 +00:00
Add Tester domain to log
This commit is contained in:
parent
988ab0e609
commit
17584b233c
1 changed files with 2 additions and 2 deletions
|
|
@ -31,12 +31,12 @@
|
|||
}
|
||||
|
||||
- (void)setupLogging {
|
||||
[Log enableLogs:0];
|
||||
[Log enableLogs:ORTP_DEBUG];
|
||||
linphone_core_enable_log_collection(NO);
|
||||
}
|
||||
|
||||
void tester_logs_handler(int level, const char *fmt, va_list args) {
|
||||
linphone_iphone_log_handler(NULL, level, fmt, args);
|
||||
linphone_iphone_log_handler("Tester", level, fmt, args);
|
||||
}
|
||||
|
||||
- (void)viewDidLoad {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue