mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fixing exception getting swallowed in deactivate method of the service component
This commit is contained in:
parent
83c9ae42b5
commit
07e3dc9644
@ -105,7 +105,7 @@ public class MobileDeviceManagementBundleActivator implements BundleActivator, B
|
||||
services */
|
||||
this.removeAPIs();
|
||||
} catch (Throwable e) {
|
||||
log.error("Error occurred while de-activating Mobile Device Management bundle");
|
||||
log.error("Error occurred while de-activating Mobile Device Management bundle", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user