Loading liblog/logd_write.c +2 −1 Original line number Original line Diff line number Diff line Loading @@ -273,7 +273,8 @@ int __android_log_write(int prio, const char *tag, const char *msg) !strncmp(tag, "QC-ONCRPC", 9) || !strncmp(tag, "QC-ONCRPC", 9) || !strncmp(tag, "QC-DSI", 6) || !strncmp(tag, "QC-DSI", 6) || !strcmp(tag, "QC-NETMGR-LIB") || !strcmp(tag, "QC-NETMGR-LIB") || !strcmp(tag, "QC-QDP") !strcmp(tag, "QC-QDP") || !strcmp(tag, "Diag_Lib") ) ) log_id = LOG_ID_RADIO; log_id = LOG_ID_RADIO; // Inform third party apps/ril/radio.. to use Rlog or RLOG // Inform third party apps/ril/radio.. to use Rlog or RLOG Loading Loading
liblog/logd_write.c +2 −1 Original line number Original line Diff line number Diff line Loading @@ -273,7 +273,8 @@ int __android_log_write(int prio, const char *tag, const char *msg) !strncmp(tag, "QC-ONCRPC", 9) || !strncmp(tag, "QC-ONCRPC", 9) || !strncmp(tag, "QC-DSI", 6) || !strncmp(tag, "QC-DSI", 6) || !strcmp(tag, "QC-NETMGR-LIB") || !strcmp(tag, "QC-NETMGR-LIB") || !strcmp(tag, "QC-QDP") !strcmp(tag, "QC-QDP") || !strcmp(tag, "Diag_Lib") ) ) log_id = LOG_ID_RADIO; log_id = LOG_ID_RADIO; // Inform third party apps/ril/radio.. to use Rlog or RLOG // Inform third party apps/ril/radio.. to use Rlog or RLOG Loading