Loading services/core/java/com/android/server/storage/StorageUserConnection.java +7 −1 Original line number Diff line number Diff line Loading @@ -242,7 +242,13 @@ public final class StorageUserConnection { } if (oldConnection != null) { try { mContext.unbindService(oldConnection); } catch (Exception e) { // Handle IllegalArgumentException that may be thrown if the user is already // stopped when we try to unbind Slog.w(TAG, "Failed to unbind service", e); } } } Loading Loading
services/core/java/com/android/server/storage/StorageUserConnection.java +7 −1 Original line number Diff line number Diff line Loading @@ -242,7 +242,13 @@ public final class StorageUserConnection { } if (oldConnection != null) { try { mContext.unbindService(oldConnection); } catch (Exception e) { // Handle IllegalArgumentException that may be thrown if the user is already // stopped when we try to unbind Slog.w(TAG, "Failed to unbind service", e); } } } Loading