Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 711c8417 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Automerger Merge Worker
Browse files

Merge "audio: fix spelling mistakes" am: bcf8d412 am: 4bf5a8ce am:...

Merge "audio: fix spelling mistakes" am: bcf8d412 am: 4bf5a8ce am: 501e3023 am: 3bc7b3f8 am: 336d6973 am: f22d78be

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2132181



Change-Id: I0fe51d71fdcf1dc1554586461378f301c0c2f1a3
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents e013b535 f22d78be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2097,7 +2097,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");
            }
        }