summaryrefslogtreecommitdiffstats
path: root/logd/LogStatistics.h
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2014-03-13 21:34:37 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-03-13 21:34:37 +0000
commit512e9525ecd8a47ddae47a12e6f8a70f8b0abfd1 (patch)
tree4c03c05c9fef614233159fb579b77308390515e0 /logd/LogStatistics.h
parentd9e5827140a5ba9af8de04f0f923c0a2585a6659 (diff)
parent18a5432158ad43b8faefe4950b30e760200ce0b4 (diff)
downloadsystem_core-512e9525ecd8a47ddae47a12e6f8a70f8b0abfd1.zip
system_core-512e9525ecd8a47ddae47a12e6f8a70f8b0abfd1.tar.gz
system_core-512e9525ecd8a47ddae47a12e6f8a70f8b0abfd1.tar.bz2
Merge changes I1572338c,I39965007
* changes: logd: liblog: logcat: Add LogWhiteBlackList logd: prune by worst offending UID
Diffstat (limited to 'logd/LogStatistics.h')
-rw-r--r--logd/LogStatistics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logd/LogStatistics.h b/logd/LogStatistics.h
index c8eeb45..d44afa2 100644
--- a/logd/LogStatistics.h
+++ b/logd/LogStatistics.h
@@ -146,7 +146,7 @@ public:
pid_t pid = pid_all);
// *strp = malloc, balance with free
- size_t format(char **strp, uid_t uid, unsigned int logMask, log_time oldest);
+ void format(char **strp, uid_t uid, unsigned int logMask, log_time oldest);
};
#endif // _LOGD_LOG_STATISTICS_H__