mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-22 06:08:09 +00:00
Fix debug mode
This commit is contained in:
parent
0dd7068492
commit
6375a10b48
1 changed files with 1 additions and 0 deletions
|
|
@ -966,6 +966,7 @@ public class LinphonePreferences {
|
|||
public void setDebugEnabled(boolean enabled) {
|
||||
getConfig().setBool("app", "debug", enabled);
|
||||
LinphoneCoreFactory.instance().setDebugMode(enabled, getString(R.string.app_name));
|
||||
LinphoneCoreFactory.instance().enableLogCollection(enabled);
|
||||
}
|
||||
|
||||
public boolean isDebugEnabled() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue