| commit | 3f35361d1f843b545ef3bb84a1e40232d9263fb9 | [log] [tgz] |
|---|---|---|
| author | Paul Colta <donpaul@google.com> | Fri May 03 15:23:47 2024 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri May 03 15:23:47 2024 +0000 |
| tree | 706e5755dd64ec13f9ab7ca94718d4966b6cb1f2 | |
| parent | d221c070d22868dc5d7e6c37ced001c31739e6c5 [diff] | |
| parent | a233e5531653cc5a4e6dbb563d2daefcd1988a14 [diff] |
Merge "HDMICEC: handle hdmi_control help command" into main
diff --git a/services/core/java/com/android/server/hdmi/HdmiControlShellCommand.java b/services/core/java/com/android/server/hdmi/HdmiControlShellCommand.java index 8949427..bf6633e 100644 --- a/services/core/java/com/android/server/hdmi/HdmiControlShellCommand.java +++ b/services/core/java/com/android/server/hdmi/HdmiControlShellCommand.java
@@ -124,8 +124,7 @@ return historySize(pw); } - getErrPrintWriter().println("Unhandled command: " + cmd); - return 1; + return handleDefaultCommands(cmd); } private int deviceSelect(PrintWriter pw) throws RemoteException {