Loading liblog/logd_write.c +2 −2 Original line number Diff line number Diff line Loading @@ -275,7 +275,7 @@ int __android_log_write(int prio, const char *tag, const char *msg) !strcmp(tag, "QC-NETMGR-LIB") || !strcmp(tag, "QC-QDP") || !strcmp(tag, "Diag_Lib") ) ) { log_id = LOG_ID_RADIO; // Inform third party apps/ril/radio.. to use Rlog or RLOG snprintf(tmp_tag, sizeof(tmp_tag), "use-Rlog/RLOG-%s", tag); Loading Loading @@ -319,7 +319,7 @@ int __android_log_buf_write(int bufID, int prio, const char *tag, const char *ms !strncmp(tag, "QC-QMI", 6) || !strncmp(tag, "QC-ONCRPC", 9) || !strncmp(tag, "QC-DSI", 6) ) )) { bufID = LOG_ID_RADIO; // Inform third party apps/ril/radio.. to use Rlog or RLOG snprintf(tmp_tag, sizeof(tmp_tag), "use-Rlog/RLOG-%s", tag); Loading Loading
liblog/logd_write.c +2 −2 Original line number Diff line number Diff line Loading @@ -275,7 +275,7 @@ int __android_log_write(int prio, const char *tag, const char *msg) !strcmp(tag, "QC-NETMGR-LIB") || !strcmp(tag, "QC-QDP") || !strcmp(tag, "Diag_Lib") ) ) { log_id = LOG_ID_RADIO; // Inform third party apps/ril/radio.. to use Rlog or RLOG snprintf(tmp_tag, sizeof(tmp_tag), "use-Rlog/RLOG-%s", tag); Loading Loading @@ -319,7 +319,7 @@ int __android_log_buf_write(int bufID, int prio, const char *tag, const char *ms !strncmp(tag, "QC-QMI", 6) || !strncmp(tag, "QC-ONCRPC", 9) || !strncmp(tag, "QC-DSI", 6) ) )) { bufID = LOG_ID_RADIO; // Inform third party apps/ril/radio.. to use Rlog or RLOG snprintf(tmp_tag, sizeof(tmp_tag), "use-Rlog/RLOG-%s", tag); Loading