diff options
author | Mark Salyzyn <salyzyn@google.com> | 2015-05-05 16:46:21 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-05-05 16:47:03 +0000 |
commit | aaf9c1b3b489de6b07b5a1a0ad9b6cbbb9b56782 (patch) | |
tree | 7f2ddd7945b4b4f0da5f4cabff38c36680f07843 /logd/LogBufferElement.h | |
parent | 8b9170b83b14a500222fdf525276cb0bc42c531d (diff) | |
parent | 81b3eabc49736b89c4f99940f79785074955eaa5 (diff) | |
download | core-aaf9c1b3b489de6b07b5a1a0ad9b6cbbb9b56782.tar.gz core-aaf9c1b3b489de6b07b5a1a0ad9b6cbbb9b56782.tar.bz2 core-aaf9c1b3b489de6b07b5a1a0ad9b6cbbb9b56782.zip |
Merge "logd: class hierarcy for Uid and Pid statistics."
Diffstat (limited to 'logd/LogBufferElement.h')
-rw-r--r-- | logd/LogBufferElement.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/logd/LogBufferElement.h b/logd/LogBufferElement.h index 059c031db..b6c6196d2 100644 --- a/logd/LogBufferElement.h +++ b/logd/LogBufferElement.h @@ -25,6 +25,9 @@ #include <log/log.h> #include <log/log_read.h> +// Hijack this header as a common include file used by most all sources +// to report some utilities defined here and there. + namespace android { // Furnished in main.cpp. Caller must own and free returned value |