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

Commit b097de63 authored by Nathalie Le Clair's avatar Nathalie Le Clair Committed by Android (Google) Code Review
Browse files

Merge "Add warning log"

parents e46efedc aafb4b60
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -4564,6 +4564,11 @@ public class HdmiControlService extends SystemService {
            startArcAction(false, new IHdmiControlCallback.Stub() {
            startArcAction(false, new IHdmiControlCallback.Stub() {
                @Override
                @Override
                public void onComplete(int result) throws RemoteException {
                public void onComplete(int result) throws RemoteException {
                    if (result != HdmiControlManager.RESULT_SUCCESS) {
                        Slog.w(TAG,
                                "ARC termination before enabling eARC in the HAL failed with "
                                        + "result: " + result);
                    }
                    // Independently of the result (i.e. independently of whether the ARC RX device
                    // Independently of the result (i.e. independently of whether the ARC RX device
                    // responded with <Terminate ARC> or not), we always end up terminating ARC in
                    // responded with <Terminate ARC> or not), we always end up terminating ARC in
                    // the HAL. As soon as we do that, we can enable eARC in the HAL.
                    // the HAL. As soon as we do that, we can enable eARC in the HAL.