diff options
| author | Mark Salyzyn <salyzyn@google.com> | 2014-02-11 12:29:31 -0800 |
|---|---|---|
| committer | Mark Salyzyn <salyzyn@google.com> | 2014-03-13 14:48:07 -0700 |
| commit | dfa7a07f5be656cfafdb4e75916bc9dcd9e592e7 (patch) | |
| tree | a8e488d706cad455822767ee92ba198acb58f3b7 /logd/LogStatistics.h | |
| parent | 64d6fe936253b336049c285369a56cf139bd002f (diff) | |
| download | system_core-dfa7a07f5be656cfafdb4e75916bc9dcd9e592e7.tar.gz system_core-dfa7a07f5be656cfafdb4e75916bc9dcd9e592e7.tar.bz2 system_core-dfa7a07f5be656cfafdb4e75916bc9dcd9e592e7.zip | |
logd: liblog: logcat: Add LogWhiteBlackList
- liblog android_logger_get_log_size and android_logger_get_readable_size
adjusted to return long instead of int because of -G flag extending range
NB: ifdef'd only for userdebug and eng builds
- liblog Add android_logger_[sg]et_prune_list and android_logger_set_log_size
- logcat Add -P, -p and -G flags
- logd Add LogWhiteBlackList and configurable log size
(cherry picked from commit 18a5432158ad43b8faefe4950b30e760200ce0b4)
Change-Id: I1572338c1b34bd968ad7867857ef708156ec3b6a
Diffstat (limited to 'logd/LogStatistics.h')
| -rw-r--r-- | logd/LogStatistics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logd/LogStatistics.h b/logd/LogStatistics.h index c8eeb45de..d44afa2f6 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__ |
