Loading core/java/android/os/RemoteCallbackList.java +1 −1 Original line number Diff line number Diff line Loading @@ -214,7 +214,7 @@ public class RemoteCallbackList<E extends IInterface> { if (mFrozenCalleePolicy != FROZEN_CALLEE_POLICY_UNSET) { try { mBinder.removeFrozenStateChangeCallback(this); } catch (UnsupportedOperationException e) { } catch (UnsupportedOperationException | IllegalArgumentException e) { // The kernel does not support frozen notifications. Ignore the error and move // on. } Loading Loading
core/java/android/os/RemoteCallbackList.java +1 −1 Original line number Diff line number Diff line Loading @@ -214,7 +214,7 @@ public class RemoteCallbackList<E extends IInterface> { if (mFrozenCalleePolicy != FROZEN_CALLEE_POLICY_UNSET) { try { mBinder.removeFrozenStateChangeCallback(this); } catch (UnsupportedOperationException e) { } catch (UnsupportedOperationException | IllegalArgumentException e) { // The kernel does not support frozen notifications. Ignore the error and move // on. } Loading