summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Salyzyn2015-08-28 10:02:59 -0500
committerMark Salyzyn2015-10-02 18:36:41 -0500
commit5ac5c6b19364b5b3061a59db796b2357c95c3b64 (patch)
tree89a49d869f14eda0b35e7e2ff46e5e5c63f39020 /logd/main.cpp
parentb955f476d3b11da9378d5eedfc569711f625e1ba (diff)
downloadplatform-system-core-5ac5c6b19364b5b3061a59db796b2357c95c3b64.tar.gz
platform-system-core-5ac5c6b19364b5b3061a59db796b2357c95c3b64.tar.xz
platform-system-core-5ac5c6b19364b5b3061a59db796b2357c95c3b64.zip
logd: Add LogUtils.h
Move prototypes from LogBufferElement.h to LogUtils.h Change-Id: I55e42e17e6c997e35b2b78b87fd2f84f8f393282
Diffstat (limited to 'logd/main.cpp')
-rw-r--r--logd/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/logd/main.cpp b/logd/main.cpp
index cbdf0b65f..f0a39b4e5 100644
--- a/logd/main.cpp
+++ b/logd/main.cpp
@@ -47,6 +47,7 @@
47#include "LogListener.h" 47#include "LogListener.h"
48#include "LogAudit.h" 48#include "LogAudit.h"
49#include "LogKlog.h" 49#include "LogKlog.h"
50#include "LogUtils.h"
50 51
51#define KMSG_PRIORITY(PRI) \ 52#define KMSG_PRIORITY(PRI) \
52 '<', \ 53 '<', \