Fixing exception getting swallowed in deactivate method of the service component

revert-70aa11f8
prabathabey 10 years ago
parent 83c9ae42b5
commit 07e3dc9644

@ -105,7 +105,7 @@ public class MobileDeviceManagementBundleActivator implements BundleActivator, B
services */ services */
this.removeAPIs(); this.removeAPIs();
} catch (Throwable e) { } 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…
Cancel
Save