mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Init bctbx logger before create the core in factory
This commit is contained in:
parent
220ccbac9a
commit
4b2c1ef133
1 changed files with 1 additions and 0 deletions
|
|
@ -167,6 +167,7 @@ static LinphoneCore *_linphone_factory_create_core (
|
|||
LpConfig *config = lp_config_new_with_factory(config_path, factory_config_path);
|
||||
LinphoneCore *lc = _linphone_core_new_with_config(cbs, config, user_data, system_context, automatically_start);
|
||||
lp_config_unref(config);
|
||||
bctbx_uninit_logger();
|
||||
return lc;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue