Loading liblog/logd_write.c +1 −5 Original line number Original line Diff line number Diff line Loading @@ -142,11 +142,7 @@ int __android_log_write(int prio, const char *tag, const char *msg) /* XXX: This needs to go! */ /* XXX: This needs to go! */ if (!strcmp(tag, "HTC_RIL") || if (!strcmp(tag, "HTC_RIL") || !strcmp(tag, "RILJ") || !strncmp(tag, "RIL", 3) || /* Any log tag with "RIL" as the prefix */ !strcmp(tag, "RILB") || !strcmp(tag, "RILC") || !strcmp(tag, "RILD") || !strcmp(tag, "RIL") || !strcmp(tag, "AT") || !strcmp(tag, "AT") || !strcmp(tag, "GSM") || !strcmp(tag, "GSM") || !strcmp(tag, "STK") || !strcmp(tag, "STK") || Loading Loading
liblog/logd_write.c +1 −5 Original line number Original line Diff line number Diff line Loading @@ -142,11 +142,7 @@ int __android_log_write(int prio, const char *tag, const char *msg) /* XXX: This needs to go! */ /* XXX: This needs to go! */ if (!strcmp(tag, "HTC_RIL") || if (!strcmp(tag, "HTC_RIL") || !strcmp(tag, "RILJ") || !strncmp(tag, "RIL", 3) || /* Any log tag with "RIL" as the prefix */ !strcmp(tag, "RILB") || !strcmp(tag, "RILC") || !strcmp(tag, "RILD") || !strcmp(tag, "RIL") || !strcmp(tag, "AT") || !strcmp(tag, "AT") || !strcmp(tag, "GSM") || !strcmp(tag, "GSM") || !strcmp(tag, "STK") || !strcmp(tag, "STK") || Loading