summaryrefslogtreecommitdiffstats
path: root/base/logging.cpp
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2016-10-17 14:28:00 -0700
committerMark Salyzyn <salyzyn@google.com>2016-10-20 08:11:39 -0700
commitcfd5b080af8de527d768f0ff7902c26af8d49307 (patch)
tree32295b3aeb6ba8a116592576939348d09814b0be /base/logging.cpp
parent1edd61ce5d2f34ff34d015643b5915b3b1c186e8 (diff)
downloadsystem_core-cfd5b080af8de527d768f0ff7902c26af8d49307.tar.gz
system_core-cfd5b080af8de527d768f0ff7902c26af8d49307.tar.bz2
system_core-cfd5b080af8de527d768f0ff7902c26af8d49307.zip
system/core: preparation to pull back interfaces from android/log.h
Point to log/log.h where necessary, define LOG_TAG where necessary. Accept that private/android_logger.h is suitable replacement for log/logger.h and android/log.h. Correct liblog/README Effectively a cleanup and controlled select revert of 'system/core: drop or replace log/logger.h' and 'system/core: Replace log/log.h with android/log.h'. Test: compile Bug: 30465923 Change-Id: Ic2ad157bad6f5efe2c6af293a73bb753300b17a2
Diffstat (limited to 'base/logging.cpp')
-rw-r--r--base/logging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/logging.cpp b/base/logging.cpp
index dab86fe89..cbc3c8ac1 100644
--- a/base/logging.cpp
+++ b/base/logging.cpp
@@ -45,7 +45,7 @@
// Headers for LogMessage::LogLine.
#ifdef __ANDROID__
-#include <android/log.h>
+#include <log/log.h>
#include <android/set_abort_message.h>
#else
#include <sys/types.h>