diff options
author | android-build SharedAccount <android-build@undroid16.corp.google.com> | 2009-01-15 16:22:10 -0800 |
---|---|---|
committer | android-build SharedAccount <android-build@undroid16.corp.google.com> | 2009-01-15 16:22:10 -0800 |
commit | 439f6ca123bbc69c33dfb38e591641886bbabb57 (patch) | |
tree | 14932413f4f45ec0d087103a950734e013fd04fe /liblog | |
parent | 038862e152b98d0c0f355c6802beaa1ed59cefbe (diff) | |
parent | 2eef60297a0ca1433d0824d6d662efd402709cfd (diff) | |
download | core-439f6ca123bbc69c33dfb38e591641886bbabb57.tar.gz core-439f6ca123bbc69c33dfb38e591641886bbabb57.tar.bz2 core-439f6ca123bbc69c33dfb38e591641886bbabb57.zip |
auto import from //branches/cupcake/...@126645
Diffstat (limited to 'liblog')
-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") || |