Merge "libutils: use log/log.h internally" into main

This commit is contained in:
Steven Moreland 2023-10-11 22:02:18 +00:00 committed by Gerrit Code Review
commit cd9556cb96
14 changed files with 14 additions and 14 deletions

View file

@ -18,7 +18,7 @@
#include <utils/Printer.h>
#include <utils/Errors.h>
#include <utils/Log.h>
#include <log/log.h>
#include <unwindstack/AndroidUnwinder.h>

View file

@ -21,7 +21,7 @@
#define LOG_TAG "filemap"
#include <utils/FileMap.h>
#include <utils/Log.h>
#include <log/log.h>
#if defined(__MINGW32__) && !defined(__USE_MINGW_ANSI_STDIO)
# define PRId32 "I32d"

View file

@ -19,7 +19,7 @@
#include <utils/Printer.h>
#include <utils/String8.h>
#include <utils/Log.h>
#include <log/log.h>
#include <stdlib.h>

View file

@ -19,7 +19,7 @@
#include <thread>
#include "fuzzer/FuzzedDataProvider.h"
#include "utils/Log.h"
#include "log/log.h"
#include "utils/RWLock.h"
#include "utils/RefBase.h"
#include "utils/StrongPointer.h"

View file

@ -24,7 +24,7 @@
#endif
#include <inttypes.h>
#include <utils/Log.h>
#include <log/log.h>
namespace android {

View file

@ -16,7 +16,7 @@
#include <utils/String16.h>
#include <utils/Log.h>
#include <log/log.h>
#include <ctype.h>

View file

@ -20,7 +20,7 @@
#include <utils/String8.h>
#include <utils/Compat.h>
#include <utils/Log.h>
#include <log/log.h>
#include <utils/String16.h>
#include <ctype.h>

View file

@ -16,7 +16,7 @@
#define LOG_TAG "String8_test"
#include <utils/Log.h>
#include <log/log.h>
#include <utils/String8.h>
#include <utils/String16.h>

View file

@ -30,7 +30,7 @@
#include <cutils/compiler.h>
#include <utils/Timers.h>
#include <utils/Log.h>
#include <log/log.h>
namespace android {

View file

@ -34,7 +34,7 @@
#include <sys/prctl.h>
#endif
#include <utils/Log.h>
#include <log/log.h>
#if defined(__ANDROID__)
#include <processgroup/processgroup.h>

View file

@ -21,7 +21,7 @@
#include <time.h>
#include <android-base/macros.h>
#include <utils/Log.h>
#include <log/log.h>
static constexpr size_t clock_id_max = 5;

View file

@ -19,7 +19,7 @@
#include <utils/Tokenizer.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <utils/Log.h>
#include <log/log.h>
#ifndef DEBUG_TOKENIZER
// Enables debug output for the tokenizer.

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
#include <fuzzer/FuzzedDataProvider.h>
#include <utils/Log.h>
#include <log/log.h>
#include <utils/Vector.h>
#include <functional>

View file

@ -20,7 +20,7 @@
#include <pthread.h>
#include <utils/Log.h>
#include <log/log.h>
#include <utils/Vector.h>
#if defined(__ANDROID__) && !defined(__ANDROID_RECOVERY__)