From dd2d189221a2efd5a77fa58127ad250d4c550991 Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Fri, 12 Apr 2013 22:22:48 -0700 Subject: liblog: Move log messages from Diag_Lib to radio log * This is incredibly spammy and QC specifc. Move to radio log. Change-Id: I775ea9d0fbe1b7d32da3f0e8faef28149f0001ac --- liblog/logd_write.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/liblog/logd_write.c b/liblog/logd_write.c index 68369c1f..4f6d45ec 100644 --- a/liblog/logd_write.c +++ b/liblog/logd_write.c @@ -270,7 +270,8 @@ int __android_log_write(int prio, const char *tag, const char *msg) !strncmp(tag, "QC-ONCRPC", 9) || !strncmp(tag, "QC-DSI", 6) || !strcmp(tag, "QC-NETMGR-LIB") || - !strcmp(tag, "QC-QDP") + !strcmp(tag, "QC-QDP") || + !strcmp(tag, "Diag_Lib") ) log_id = LOG_ID_RADIO; -- cgit v1.2.3