summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Salyzyn2016-09-30 15:30:33 -0500
committerMark Salyzyn2016-10-24 13:12:49 -0500
commitaeaaf81c2cc8366ac4f66eb3d2fc85f9b8194982 (patch)
treef71ad7073f0ab58e7cc97a0218f2d8b38883c79e /logd/LogKlog.h
parent749a298dfd6791644cc2815989248984bf7ab2c2 (diff)
downloadplatform-system-core-aeaaf81c2cc8366ac4f66eb3d2fc85f9b8194982.tar.gz
platform-system-core-aeaaf81c2cc8366ac4f66eb3d2fc85f9b8194982.tar.xz
platform-system-core-aeaaf81c2cc8366ac4f66eb3d2fc85f9b8194982.zip
liblog: logd: logcat: Split out log/logger.h into public and private.
log/logger.h pieces moved into log/log.h. Correct for some minor Android Coding standards. Test: gTests liblog-unit-tests, logd-unit-tests and logcat-unit-tests Bug: 19235719 Bug: 26552300 Bug: 31289077 Bug: 31456426 Change-Id: I0a19fd8788eec20a582e72e4c62c04534bdb1b9a
Diffstat (limited to 'logd/LogKlog.h')
-rw-r--r--logd/LogKlog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logd/LogKlog.h b/logd/LogKlog.h
index 6e150e72a..d81243688 100644
--- a/logd/LogKlog.h
+++ b/logd/LogKlog.h
@@ -17,7 +17,7 @@
17#ifndef _LOGD_LOG_KLOG_H__ 17#ifndef _LOGD_LOG_KLOG_H__
18#define _LOGD_LOG_KLOG_H__ 18#define _LOGD_LOG_KLOG_H__
19 19
20#include <log/logger.h> 20#include <private/android_logger.h>
21#include <sysutils/SocketListener.h> 21#include <sysutils/SocketListener.h>
22 22
23char *log_strntok_r(char *s, size_t *len, char **saveptr, size_t *sublen); 23char *log_strntok_r(char *s, size_t *len, char **saveptr, size_t *sublen);