Fixed issue when destroying service
This commit is contained in:
parent
e77dc1e484
commit
15ab10b4cb
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ public final class LinphoneService extends Service {
|
|||
LinphoneActivity.instance().finish();
|
||||
}
|
||||
|
||||
LinphoneUtils.configureLoggingService(false, getString(R.string.app_name));
|
||||
Factory.instance().getLoggingService().removeListener(mJavaLoggingService);
|
||||
|
||||
super.onDestroy();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue