I'm not quite sure, but I think this is due to this line of code in the Android registration engine. This is in the function __android_log_write(prio, tag, buf);
if (!strcmp(tag, "HTC_RIL") || !strncmp(tag, "RIL", 3) || !strncmp(tag, "IMS", 3) || !strcmp(tag, "AT") || !strcmp(tag, "GSM") || !strcmp(tag, "STK") || !strcmp(tag, "CDMA") || !strcmp(tag, "PHONE") || !strcmp(tag, "SMS")) { log_id = LOG_ID_RADIO;
Read this blog for more details.
source share