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

Commit 01940c64 authored by Paul Colta's avatar Paul Colta Committed by Android (Google) Code Review
Browse files

Merge "HDMI: Catch NullPointerException which could be triggered during burn-in test" into main

parents c58ab4e0 faf63dbf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -995,7 +995,7 @@ final class HdmiCecController {
            try {
                // Create an AIDL callback that can callback onCecMessage
                mHdmiCec.setCallback(new HdmiCecCallbackAidl(callback));
            } catch (RemoteException e) {
            } catch (RemoteException | NullPointerException e) {
                HdmiLogger.error("Couldn't initialise tv.cec callback : ", e);
            }
            try {