Loading services/core/java/com/android/server/clipboard/ClipboardService.java +1 −1 Original line number Diff line number Diff line Loading @@ -639,7 +639,7 @@ public class ClipboardService extends SystemService { clipboard.primaryClipListeners.getBroadcastItem(i) .dispatchPrimaryClipChanged(); } } catch (RemoteException e) { } catch (RemoteException | SecurityException e) { // The RemoteCallbackList will take care of removing // the dead object for us. } Loading Loading
services/core/java/com/android/server/clipboard/ClipboardService.java +1 −1 Original line number Diff line number Diff line Loading @@ -639,7 +639,7 @@ public class ClipboardService extends SystemService { clipboard.primaryClipListeners.getBroadcastItem(i) .dispatchPrimaryClipChanged(); } } catch (RemoteException e) { } catch (RemoteException | SecurityException e) { // The RemoteCallbackList will take care of removing // the dead object for us. } Loading