mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
LinphoneTester_Tests.m: turn off logs
This commit is contained in:
parent
18818a3536
commit
abbaf9259d
1 changed files with 5 additions and 0 deletions
|
|
@ -22,8 +22,13 @@
|
|||
NSCharacterSet *charactersToRemove = [[NSCharacterSet alphanumericCharacterSet] invertedSet];
|
||||
return [[testString componentsSeparatedByCharactersInSet:charactersToRemove] componentsJoinedByString:@"_"];
|
||||
}
|
||||
void dummy_logger(const char *domain, OrtpLogLevel lev, const char *fmt, va_list args) {
|
||||
}
|
||||
|
||||
+ (void)initialize {
|
||||
// turn off ALL logs because xcodebuild has problems with it
|
||||
linphone_core_enable_logs_with_cb(dummy_logger);
|
||||
|
||||
for (int i = 0; i < bc_tester_nb_suites(); i++) {
|
||||
const char *suite = bc_tester_suite_name(i);
|
||||
LOGE(@"suite = %s", suite);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue