diff options
Diffstat (limited to 'liblog/logd_write.c')
-rw-r--r-- | liblog/logd_write.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/liblog/logd_write.c b/liblog/logd_write.c index d5d81383b..e40d2cead 100644 --- a/liblog/logd_write.c +++ b/liblog/logd_write.c @@ -144,6 +144,7 @@ int __android_log_write(int prio, const char *tag, const char *msg) if (!strcmp(tag, "HTC_RIL") || !strcmp(tag, "RILJ") || !strcmp(tag, "RILC") || + !strcmp(tag, "RILD") || !strcmp(tag, "RIL") || !strcmp(tag, "AT") || !strcmp(tag, "GSM") || |