mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Remove debug traces
This commit is contained in:
parent
fd9c0e3956
commit
85f97702ee
1 changed files with 0 additions and 1 deletions
|
|
@ -137,7 +137,6 @@ public final class LinphoneService extends Service {
|
|||
|
||||
// Needed in order for the two next calls to succeed, libraries must have been loaded first
|
||||
LinphoneCoreFactory.instance();
|
||||
Log.w(getFilesDir().getAbsolutePath());
|
||||
LinphoneCoreFactory.instance().setLogCollectionPath(getFilesDir().getAbsolutePath());
|
||||
LinphoneCoreFactory.instance().enableLogCollection(!(getResources().getBoolean(R.bool.disable_every_log)));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue