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

Commit 4d4b774e authored by Steven Cahail's avatar Steven Cahail
Browse files

trace: ipc_logging: Increase maximum size of logging context name



The current maximum length of an IPC Logging log context name is 20
characters. Some clients are now using names longer than this.

Increase the maximum length to 32. This change increases the IPC Logging
version to 3.

Change-Id: I9daecb8a7c6c3aea427efd1c75e307456e9c6c21
Signed-off-by: default avatarSteven Cahail <scahail@codeaurora.org>
parent 28d9a3f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@

#include <linux/ipc_logging.h>

#define IPC_LOG_VERSION 0x0002
#define IPC_LOG_MAX_CONTEXT_NAME_LEN 20
#define IPC_LOG_VERSION 0x0003
#define IPC_LOG_MAX_CONTEXT_NAME_LEN 32

/**
 * struct ipc_log_page_header - Individual log page header