diff options
| -rw-r--r-- | liblog/logd_write.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
