diff options
| author | Jean-Baptiste Queru <jbq@google.com> | 2009-07-25 18:07:41 -0700 |
|---|---|---|
| committer | Jean-Baptiste Queru <jbq@google.com> | 2009-07-25 18:07:41 -0700 |
| commit | 96d58f4f521ee4c1fef58efe5c009f1ea523d67c (patch) | |
| tree | 75aa0cdbbcb6e35a93c43550c724bc4dba13dbea /liblog | |
| parent | dc9d52f35d6d590863b358997bf25605cf72be5f (diff) | |
| parent | 3d9b265b7d34d886a2f44e486c25e402d7df791b (diff) | |
| download | system_core-96d58f4f521ee4c1fef58efe5c009f1ea523d67c.tar.gz system_core-96d58f4f521ee4c1fef58efe5c009f1ea523d67c.tar.bz2 system_core-96d58f4f521ee4c1fef58efe5c009f1ea523d67c.zip | |
Merge korg/donut into korg/master
Diffstat (limited to 'liblog')
| -rw-r--r-- | liblog/logd_write.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/liblog/logd_write.c b/liblog/logd_write.c index 80867d1d..96da38b6 100644 --- a/liblog/logd_write.c +++ b/liblog/logd_write.c @@ -143,12 +143,16 @@ int __android_log_write(int prio, const char *tag, const char *msg) /* XXX: This needs to go! */ if (!strcmp(tag, "HTC_RIL") || !strcmp(tag, "RILJ") || + !strcmp(tag, "RILB") || !strcmp(tag, "RILC") || !strcmp(tag, "RILD") || !strcmp(tag, "RIL") || !strcmp(tag, "AT") || !strcmp(tag, "GSM") || - !strcmp(tag, "STK")) + !strcmp(tag, "STK") || + !strcmp(tag, "CDMA") || + !strcmp(tag, "PHONE") || + !strcmp(tag, "SMS")) log_id = LOG_ID_RADIO; vec[0].iov_base = (unsigned char *) &prio; |
