Loading services/core/java/com/android/server/notification/ManagedServices.java +5 −1 Original line number Diff line number Diff line Loading @@ -926,7 +926,11 @@ abstract public class ManagedServices { Slog.v(TAG, " disconnecting old " + getCaption() + ": " + info.service); removeServiceLocked(i); if (info.connection != null) { try { mContext.unbindService(info.connection); } catch (IllegalArgumentException e) { Slog.e(TAG, "failed to unbind " + name, e); } } } } Loading Loading
services/core/java/com/android/server/notification/ManagedServices.java +5 −1 Original line number Diff line number Diff line Loading @@ -926,7 +926,11 @@ abstract public class ManagedServices { Slog.v(TAG, " disconnecting old " + getCaption() + ": " + info.service); removeServiceLocked(i); if (info.connection != null) { try { mContext.unbindService(info.connection); } catch (IllegalArgumentException e) { Slog.e(TAG, "failed to unbind " + name, e); } } } } Loading