logd: logcat: Replace log/log.h with android/log.h

am: 0dd4431072

Change-Id: Icf472fa10213cd51f9ae05b22d982439a109d172
This commit is contained in:
Mark Salyzyn 2016-09-30 22:09:20 +00:00 committed by android-build-merger
commit 0f76f04072
9 changed files with 13 additions and 14 deletions

View file

@ -25,13 +25,13 @@
#include <memory> #include <memory>
#include <string> #include <string>
#include <android/log.h>
#include <android-base/file.h> #include <android-base/file.h>
#include <android-base/stringprintf.h> #include <android-base/stringprintf.h>
#include <android-base/strings.h> #include <android-base/strings.h>
#include <cutils/sched_policy.h> #include <cutils/sched_policy.h>
#include <cutils/sockets.h> #include <cutils/sockets.h>
#include <log/event_tag_map.h> #include <log/event_tag_map.h>
#include <log/log.h>
#include <log/logger.h> #include <log/logger.h>
#include <log/logprint.h> #include <log/logprint.h>
#include <system/thread_defs.h> #include <system/thread_defs.h>

View file

@ -26,8 +26,8 @@
#include <memory> #include <memory>
#include <android/log.h>
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <log/log.h>
#include <log/logger.h> #include <log/logger.h>
#define BIG_BUFFER (5 * 1024) #define BIG_BUFFER (5 * 1024)

View file

@ -22,10 +22,9 @@
#include <list> #include <list>
#include <string> #include <string>
#include <log/log.h> #include <android/log.h>
#include <sysutils/SocketClient.h>
#include <private/android_filesystem_config.h> #include <private/android_filesystem_config.h>
#include <sysutils/SocketClient.h>
#include "LogBufferElement.h" #include "LogBufferElement.h"
#include "LogTimes.h" #include "LogTimes.h"

View file

@ -21,8 +21,8 @@
#include <stdlib.h> #include <stdlib.h>
#include <sys/types.h> #include <sys/types.h>
#include <android/log.h>
#include <sysutils/SocketClient.h> #include <sysutils/SocketClient.h>
#include <log/log.h>
#include <log/logger.h> #include <log/logger.h>
class LogBuffer; class LogBuffer;

View file

@ -25,8 +25,8 @@
#include <string> // std::string #include <string> // std::string
#include <unordered_map> #include <unordered_map>
#include <android/log.h>
#include <android-base/stringprintf.h> #include <android-base/stringprintf.h>
#include <log/log.h>
#include <private/android_filesystem_config.h> #include <private/android_filesystem_config.h>
#include "LogBufferElement.h" #include "LogBufferElement.h"

View file

@ -23,8 +23,8 @@
#include <list> #include <list>
#include <android/log.h>
#include <sysutils/SocketClient.h> #include <sysutils/SocketClient.h>
#include <log/log.h>
class LogReader; class LogReader;
class LogBufferElement; class LogBufferElement;

View file

@ -20,7 +20,7 @@
#include <sys/cdefs.h> #include <sys/cdefs.h>
#include <sys/types.h> #include <sys/types.h>
#include <log/log.h> #include <android/log.h>
#include <sysutils/SocketClient.h> #include <sysutils/SocketClient.h>
// Hijack this header as a common include file used by most all sources // Hijack this header as a common include file used by most all sources

View file

@ -18,12 +18,13 @@
* *
*/ */
#define LOG_TAG "libaudit"
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>
#include <unistd.h> #include <unistd.h>
#define LOG_TAG "libaudit" #include <android/log.h>
#include <log/log.h>
#include "libaudit.h" #include "libaudit.h"

View file

@ -23,11 +23,10 @@
#include <string> #include <string>
#include <gtest/gtest.h> #include <android/log.h>
#include <android-base/stringprintf.h> #include <android-base/stringprintf.h>
#include <cutils/sockets.h> #include <cutils/sockets.h>
#include <log/log.h> #include <gtest/gtest.h>
#include <log/logger.h> #include <log/logger.h>
#include "../LogReader.h" // pickup LOGD_SNDTIMEO #include "../LogReader.h" // pickup LOGD_SNDTIMEO