mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 11:58:09 +00:00
Read defaut debug setting value from non_localizable_defaults
This commit is contained in:
parent
06972ba1a6
commit
a91483ea38
1 changed files with 1 additions and 1 deletions
|
|
@ -418,7 +418,7 @@ public final class LinphoneManager implements LinphoneCoreListener {
|
|||
//traces alway start with traces enable to not missed first initialization
|
||||
;
|
||||
|
||||
boolean isDebugLogEnabled = !(mR.getBoolean(R.bool.disable_every_log)) && getPrefBoolean(R.string.pref_debug_key, false);
|
||||
boolean isDebugLogEnabled = !(mR.getBoolean(R.bool.disable_every_log)) && getPrefBoolean(R.string.pref_debug_key, mR.getBoolean(R.bool.pref_debug_default));
|
||||
LinphoneCoreFactory.instance().setDebugMode(isDebugLogEnabled, getString(R.string.app_name));
|
||||
|
||||
mLc = LinphoneCoreFactory.instance().createLinphoneCore(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue