diff options
| author | Steve Kondik <shade@chemlab.org> | 2013-04-12 22:22:48 -0700 |
|---|---|---|
| committer | Steve Kondik <shade@chemlab.org> | 2013-04-12 22:22:48 -0700 |
| commit | dd2d189221a2efd5a77fa58127ad250d4c550991 (patch) | |
| tree | 18d067575d13938b1d8650ca7585c9d13a19cff9 | |
| parent | 823c688376292596edaa2846a005d1398a3c8d12 (diff) | |
| download | system_core-dd2d189221a2efd5a77fa58127ad250d4c550991.tar.gz system_core-dd2d189221a2efd5a77fa58127ad250d4c550991.tar.bz2 system_core-dd2d189221a2efd5a77fa58127ad250d4c550991.zip | |
liblog: Move log messages from Diag_Lib to radio log
* This is incredibly spammy and QC specifc. Move to radio log.
Change-Id: I775ea9d0fbe1b7d32da3f0e8faef28149f0001ac
| -rw-r--r-- | liblog/logd_write.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/liblog/logd_write.c b/liblog/logd_write.c index 68369c1f..4f6d45ec 100644 --- a/liblog/logd_write.c +++ b/liblog/logd_write.c @@ -270,7 +270,8 @@ int __android_log_write(int prio, const char *tag, const char *msg) !strncmp(tag, "QC-ONCRPC", 9) || !strncmp(tag, "QC-DSI", 6) || !strcmp(tag, "QC-NETMGR-LIB") || - !strcmp(tag, "QC-QDP") + !strcmp(tag, "QC-QDP") || + !strcmp(tag, "Diag_Lib") ) log_id = LOG_ID_RADIO; |
