net: ipc_router: Disable using SMEM Logs by default

IPC Router logs the message summary into SMEM Logs, a centralized logging
framework by default. The usage of SMEM Logs from the context of SSR
framework is restricted, while some clients exchange messages in the
context of SSR framework.

Disable using SMEM logs from IPC Router by default and enable it only
when required.

CRs-Fixed: 906400
Change-Id: Id8612a4617793f3f896800c111f6b1402b1fae9e
Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
This commit is contained in:
Karthikeyan Ramasubramanian 2015-09-15 16:29:38 -06:00 committed by Gerrit - the friendly Code Review server
parent 9a99857465
commit 1d4f02d78e
1 changed files with 0 additions and 2 deletions

View File

@ -3956,8 +3956,6 @@ static int msm_ipc_router_init(void)
return 0;
}
msm_ipc_router_debug_mask |= SMEM_LOG;
debugfs_init();
for (i = 0; i < SRV_HASH_SIZE; i++)