Merge "liblog: use log/log.h for ALOG macros"
This commit is contained in:
commit
dd9fa24091
|
@ -29,8 +29,8 @@
|
|||
#include <unistd.h>
|
||||
|
||||
// We test both kinds of logging.
|
||||
#include <android/log.h>
|
||||
#include <android-base/logging.h>
|
||||
#include <log/log.h>
|
||||
|
||||
#if defined(STATIC_CRASHER)
|
||||
#include "debuggerd/client.h"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <android/log.h>
|
||||
#include <log/log.h>
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/SortedVector.h>
|
||||
#include <utils/TypeHelpers.h>
|
||||
|
|
Loading…
Reference in New Issue