Merge "audio: fix spelling mistakes" am: bcf8d4122b
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2132181 Change-Id: I68959e9a32543e1091dad49cf89ad0c1edff1350 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -1859,7 +1859,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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user