Loading services/core/java/com/android/server/audio/AudioDeviceBroker.java +1 −1 Original line number Diff line number Diff line Loading @@ -1787,7 +1787,7 @@ import java.util.concurrent.atomic.AtomicBoolean; try { mCb.unlinkToDeath(this, 0); } catch (NoSuchElementException e) { Log.w(TAG, "CommunicationRouteClient could not not unregistered to binder"); Log.w(TAG, "CommunicationRouteClient could not unlink to " + mCb + " binder death"); } } Loading Loading
services/core/java/com/android/server/audio/AudioDeviceBroker.java +1 −1 Original line number Diff line number Diff line Loading @@ -1787,7 +1787,7 @@ import java.util.concurrent.atomic.AtomicBoolean; try { mCb.unlinkToDeath(this, 0); } catch (NoSuchElementException e) { Log.w(TAG, "CommunicationRouteClient could not not unregistered to binder"); Log.w(TAG, "CommunicationRouteClient could not unlink to " + mCb + " binder death"); } } Loading