From cfd5b080af8de527d768f0ff7902c26af8d49307 Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Mon, 17 Oct 2016 14:28:00 -0700 Subject: 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 --- libcutils/sockets_unix.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libcutils/sockets_unix.cpp') diff --git a/libcutils/sockets_unix.cpp b/libcutils/sockets_unix.cpp index e51a1c7a2..3545403aa 100644 --- a/libcutils/sockets_unix.cpp +++ b/libcutils/sockets_unix.cpp @@ -14,7 +14,11 @@ * limitations under the License. */ +#define LOG_TAG "socket-unix" + #include +#include +#include #include #include -- cgit v1.2.3