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

Commit 3a959fca authored by Jungshik Jang's avatar Jungshik Jang
Browse files

Log unhandled message which has specific destination.

Broadcast message is unnecessary to log as broadcast message.

Bug: 16039302
Change-Id: Ifffc09b49bceaaf220ce929206eaecb78146016f
parent d1ed9b3e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -421,7 +421,9 @@ public final class HdmiControlService extends SystemService {
            }
        }

        if (message.getDestination() != HdmiCec.ADDR_BROADCAST) {
            Slog.w(TAG, "Unhandled cec command:" + message);
        }
        return false;
    }