Merge "liblog: use log/log.h when utilizing ALOG macros"

This commit is contained in:
TreeHugger Robot
2017-01-12 18:58:25 +00:00
committed by Android (Google) Code Review
18 changed files with 42 additions and 20 deletions

View File

@@ -17,7 +17,8 @@
#ifndef ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_1_BIOMETRICSFINGERPRINT_H
#define ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_1_BIOMETRICSFINGERPRINT_H
#include <android/log.h>
#include <log/log.h>
#include <hidl/MQDescriptor.h>
#include <android/hardware/biometrics/fingerprint/2.1/IBiometricsFingerprint.h>
#include <hidl/Status.h>

View File

@@ -16,7 +16,8 @@
#define LOG_TAG "BroadcastRadio"
//#define LOG_NDEBUG 0
#include <android/log.h>
#include <log/log.h>
#include <hardware/radio.h>
#include "BroadcastRadio.h"

View File

@@ -17,7 +17,7 @@
#define LOG_TAG "Tuner"
//#define LOG_NDEBUG 0
#include <android/log.h>
#include <log/log.h>
#include "BroadcastRadio.h"
#include "Tuner.h"

View File

@@ -16,7 +16,7 @@
#define LOG_TAG "BroadcastRadioHalUtils"
//#define LOG_NDEBUG 0
#include <android/log.h>
#include <log/log.h>
#include <utils/misc.h>
#include <system/radio_metadata.h>

View File

@@ -18,7 +18,8 @@
#include <inttypes.h>
#include <android/log.h>
#include <log/log.h>
#include <android/hardware/contexthub/1.0/IContexthub.h>
#include <hardware/context_hub.h>

View File

@@ -15,9 +15,10 @@
*/
#define LOG_TAG "android.hardware.gatekeeper@1.0-service"
#include <android/log.h>
#include <dlfcn.h>
#include <log/log.h>
#include "Gatekeeper.h"
namespace android {

View File

@@ -15,7 +15,8 @@
*/
#define LOG_TAG "GnssHAL_GnssConfigurationInterface"
#include <android/log.h>
#include <log/log.h>
#include "GnssConfiguration.h"

View File

@@ -15,7 +15,8 @@
*/
#define LOG_TAG "GnssHAL_GnssDebugInterface"
#include <android/log.h>
#include <log/log.h>
#include "GnssDebug.h"

View File

@@ -15,7 +15,8 @@
*/
#define LOG_TAG "GnssHAL_GnssNavigationMessageInterface"
#include <android/log.h>
#include <log/log.h>
#include "GnssNavigationMessage.h"

View File

@@ -15,7 +15,8 @@
*/
#define LOG_TAG "light"
#include <android/log.h>
#include <log/log.h>
#include "Light.h"

View File

@@ -15,11 +15,14 @@
*/
#define LOG_TAG "android.hardware.memtrack@1.0-impl"
#include <log/log.h>
#include <hardware/hardware.h>
#include <hardware/memtrack.h>
#include <android/log.h>
#include "Memtrack.h"
namespace android {
namespace hardware {
namespace memtrack {

View File

@@ -15,9 +15,12 @@
*/
#define LOG_TAG "android.hardware.power@1.0-impl"
#include <log/log.h>
#include <hardware/hardware.h>
#include <hardware/power.h>
#include <android/log.h>
#include "Power.h"
namespace android {

View File

@@ -15,12 +15,15 @@
*/
#define LOG_TAG "android.hardware.thermal@1.0-impl"
#include <android/log.h>
#include <errno.h>
#include <vector>
#include <log/log.h>
#include <hardware/hardware.h>
#include <hardware/thermal.h>
#include <vector>
#include "Thermal.h"

View File

@@ -19,10 +19,10 @@
#include "AccessControlConfigParser.h"
#include <fstream>
#include <sstream>
#include <iostream>
#include <sstream>
#include <android/log.h>
#include <log/log.h>
namespace android {
namespace hardware {

View File

@@ -18,7 +18,7 @@
#include "VehicleObjectPool.h"
#include <android/log.h>
#include <log/log.h>
#include "VehicleUtils.h"

View File

@@ -18,7 +18,7 @@
#include "VehicleUtils.h"
#include <android/log.h>
#include <log/log.h>
namespace android {
namespace hardware {

View File

@@ -15,9 +15,12 @@
*/
#define LOG_TAG "VibratorService"
#include <log/log.h>
#include <hardware/hardware.h>
#include <hardware/vibrator.h>
#include <android/log.h>
#include "Vibrator.h"
namespace android {

View File

@@ -16,9 +16,11 @@
#define LOG_TAG "VrService"
#include <log/log.h>
#include <hardware/hardware.h>
#include <hardware/vr.h>
#include <android/log.h>
#include "Vr.h"
namespace android {