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

Commit ed4ab6e4 authored by Eric Laurent's avatar Eric Laurent Committed by Automerger Merge Worker
Browse files

Merge "AudioDeviceBroker: fix communication client death" into tm-qpr-dev am:...

Merge "AudioDeviceBroker: fix communication client death" into tm-qpr-dev am: 88c7927c am: 485bcec3

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



Change-Id: I58ab6f5a3c40b2910ce0095e8b988a838cc265dd
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ab40b0ff 485bcec3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1771,8 +1771,8 @@ import java.util.concurrent.atomic.AtomicBoolean;
            return;
        }
        Log.w(TAG, "Communication client died");
        removeCommunicationRouteClient(client.getBinder(), true);
        onUpdateCommunicationRouteClient("onCommunicationRouteClientDied");
        setCommunicationRouteForClient(client.getBinder(), client.getPid(), null,
                BtHelper.SCO_MODE_UNDEFINED, "onCommunicationRouteClientDied");
    }

    /**