diff options
author | William Luh <williamluh@google.com> | 2014-04-21 11:30:29 -0700 |
---|---|---|
committer | Nick Kralevich <nnk@google.com> | 2014-04-29 13:16:26 -0700 |
commit | 28fa45858edbf6fd7b784c40de9187f7ca499a1d (patch) | |
tree | 735e8ce21f6104bd9aaf6b10ffef8dc0e42a644c /libsysutils | |
parent | 4f17e530f9dc785b6552f8e51d2d6de832a4a992 (diff) | |
download | system_core-28fa45858edbf6fd7b784c40de9187f7ca499a1d.zip system_core-28fa45858edbf6fd7b784c40de9187f7ca499a1d.tar.gz system_core-28fa45858edbf6fd7b784c40de9187f7ca499a1d.tar.bz2 |
Add prefx to netlink failure and dispatchCommand overflow logs.
Prefix ensures proper user-consent filter.
(cherry picked from commit 564244cd3809aee58c7e18114970bb88bce9e9e9)
Bug:5848002
Change-Id: Iee7287773f0af52c225a821ee0e9d643c83cc060
Diffstat (limited to 'libsysutils')
-rw-r--r-- | libsysutils/EventLogTags.logtags | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libsysutils/EventLogTags.logtags b/libsysutils/EventLogTags.logtags index 7aa5cad..713f8cd 100644 --- a/libsysutils/EventLogTags.logtags +++ b/libsysutils/EventLogTags.logtags @@ -1,5 +1,5 @@ # See system/core/logcat/event.logtags for a description of the format of this file. # FrameworkListener dispatchCommand overflow -78001 dispatchCommand_overflow -65537 netlink_failure (uid|1) +78001 exp_det_dispatchCommand_overflow +65537 exp_det_netlink_failure (uid|1) |