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…
Reference in a new issue