diff options
| author | The Android Open Source Project <initial-contribution@android.com> | 2009-01-15 16:12:14 -0800 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-01-15 16:12:14 -0800 |
| commit | 2eef60297a0ca1433d0824d6d662efd402709cfd (patch) | |
| tree | 882019445ab5b3bfcb6a2fdce0fa39084bf9340c /liblog | |
| parent | 5ae090ed949cea9d1e7ab1552b455a229f8f9757 (diff) | |
| download | system_core-2eef60297a0ca1433d0824d6d662efd402709cfd.tar.gz system_core-2eef60297a0ca1433d0824d6d662efd402709cfd.tar.bz2 system_core-2eef60297a0ca1433d0824d6d662efd402709cfd.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 d5d81383..e40d2cea 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") || |
