From 51a29c8dc445e4fb89860561933e54a231e6ffb4 Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Thu, 6 Feb 2014 14:48:50 -0800 Subject: logd: liblog: logcat: Add Statistics - logd add statistical collection and formatting - liblog add android_logger_get_statistics call - logcat add -S flag - logcat add -b all Change-Id: I521753b1969ecd4590c956aeeb1557d101059d67 --- include/log/logger.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/log/logger.h b/include/log/logger.h index 8810615..8537c1d 100644 --- a/include/log/logger.h +++ b/include/log/logger.h @@ -146,6 +146,9 @@ int android_logger_get_log_version(struct logger *logger); struct logger_list; +ssize_t android_logger_get_statistics(struct logger_list *logger_list, + char *buf, size_t len); + struct logger_list *android_logger_list_alloc(int mode, unsigned int tail, pid_t pid); -- cgit v1.1