summaryrefslogtreecommitdiffstats
path: root/logd/LogWhiteBlackList.cpp
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/LogWhiteBlackList.cpp
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/LogWhiteBlackList.cpp')
-rw-r--r--logd/LogWhiteBlackList.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/logd/LogWhiteBlackList.cpp b/logd/LogWhiteBlackList.cpp
index 6910854..9728db1 100644
--- a/logd/LogWhiteBlackList.cpp
+++ b/logd/LogWhiteBlackList.cpp
@@ -15,7 +15,6 @@
*/
#include <ctype.h>
-#include <malloc.h>
#include <utils/String8.h>