summaryrefslogtreecommitdiffstats
path: root/logd/event.logtags
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2015-03-16 12:04:09 -0700
committerMark Salyzyn <salyzyn@google.com>2015-04-10 15:45:08 -0700
commitab0dcf682867bd7e1fdebfd8d8f9fafaccfad7f6 (patch)
tree7270dcf317cb23df7f8386afc6031053dd53b920 /logd/event.logtags
parent65937e9bac665e216268d7341094afcaa52ef8c1 (diff)
downloadsystem_core-ab0dcf682867bd7e1fdebfd8d8f9fafaccfad7f6.zip
system_core-ab0dcf682867bd7e1fdebfd8d8f9fafaccfad7f6.tar.gz
system_core-ab0dcf682867bd7e1fdebfd8d8f9fafaccfad7f6.tar.bz2
logd: annotate worst-UID pruned entries
- internal dropped entries are associated by prune by worst UID and are applied by UID and by PID - track dropped entries by rewriting them in place - merge similar dropped entries together for same UID(implied), PID and TID so that blame can more clearly be placed - allow aging of dropped entries by the general backgound pruning - report individual dropped entries formatted to reader - add statistics to track dropped entries by UID, the combination of statistics and dropped logging can track over-the-top Chattiest clients. Bug: 19608965 Change-Id: Ibc68480df0c69c55703270cd70c6b26aea165853
Diffstat (limited to 'logd/event.logtags')
-rw-r--r--logd/event.logtags1
1 files changed, 1 insertions, 0 deletions
diff --git a/logd/event.logtags b/logd/event.logtags
index a63f034..db8c19b 100644
--- a/logd/event.logtags
+++ b/logd/event.logtags
@@ -34,3 +34,4 @@
# TODO: generate ".java" and ".h" files with integer constants from this file.
1003 auditd (avc|3)
+1004 logd (dropped|3)