mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-29 18:11:05 +00:00
Fizz: Suppress EC_CMD_PD_GET_LOG_ENTR debug log
Host command handler prints every single host command except when commands are repeated back-to-back. Some commands do not provide useful info when studying feedback reports or what is worse they may hide critical info by flooding the EC log. BUG=chromium:803955 BRANCH=none TEST=Observe 'HC 0x115' is not printed. Change-Id: I4901b27bbfedd54dc0d364b16c49d4ed0dea0fc4 Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/896694 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
30bf5c1b84
commit
cd5173dfe0
@@ -57,6 +57,7 @@
|
||||
uint16_t host_command_suppressed[] = {
|
||||
EC_CMD_CONSOLE_SNAPSHOT,
|
||||
EC_CMD_CONSOLE_READ,
|
||||
EC_CMD_PD_GET_LOG_ENTRY,
|
||||
HOST_COMMAND_SUPPRESS_DELIMITER,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user