commit | 5ac5c6b19364b5b3061a59db796b2357c95c3b64 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Fri Aug 28 08:02:59 2015 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Fri Oct 02 16:36:41 2015 -0700 |
tree | 89a49d869f14eda0b35e7e2ff46e5e5c63f39020 | |
parent | b955f476d3b11da9378d5eedfc569711f625e1ba [diff] [blame] |
logd: Add LogUtils.h Move prototypes from LogBufferElement.h to LogUtils.h Change-Id: I55e42e17e6c997e35b2b78b87fd2f84f8f393282
diff --git a/logd/LogStatistics.h b/logd/LogStatistics.h index 61000d2..20e630e 100644 --- a/logd/LogStatistics.h +++ b/logd/LogStatistics.h
@@ -26,6 +26,7 @@ #include <log/log.h> #include "LogBufferElement.h" +#include "LogUtils.h" #define log_id_for_each(i) \ for (log_id_t i = LOG_ID_MIN; i < LOG_ID_MAX; i = (log_id_t) (i + 1))