Loading liblog/logd_write.c +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
liblog/logd_write.c +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading