mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 10:44:41 +00:00
liblog: use log/log.h when utilizing ALOG macros
Test: compile Bug: 30465923 Change-Id: I67046a75be057e7905570748a1ed6bfd03c0e1c8
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -15,7 +15,8 @@
|
||||
*/
|
||||
|
||||
#define LOG_TAG "GnssHAL_GnssConfigurationInterface"
|
||||
#include <android/log.h>
|
||||
|
||||
#include <log/log.h>
|
||||
|
||||
#include "GnssConfiguration.h"
|
||||
|
||||
|
||||
@@ -15,7 +15,8 @@
|
||||
*/
|
||||
|
||||
#define LOG_TAG "GnssHAL_GnssDebugInterface"
|
||||
#include <android/log.h>
|
||||
|
||||
#include <log/log.h>
|
||||
|
||||
#include "GnssDebug.h"
|
||||
|
||||
|
||||
@@ -15,7 +15,8 @@
|
||||
*/
|
||||
|
||||
#define LOG_TAG "GnssHAL_GnssNavigationMessageInterface"
|
||||
#include <android/log.h>
|
||||
|
||||
#include <log/log.h>
|
||||
|
||||
#include "GnssNavigationMessage.h"
|
||||
|
||||
|
||||
@@ -15,7 +15,8 @@
|
||||
*/
|
||||
|
||||
#define LOG_TAG "light"
|
||||
#include <android/log.h>
|
||||
|
||||
#include <log/log.h>
|
||||
|
||||
#include "Light.h"
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
#include "VehicleObjectPool.h"
|
||||
|
||||
#include <android/log.h>
|
||||
#include <log/log.h>
|
||||
|
||||
#include "VehicleUtils.h"
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
#include "VehicleUtils.h"
|
||||
|
||||
#include <android/log.h>
|
||||
#include <log/log.h>
|
||||
|
||||
namespace android {
|
||||
namespace hardware {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user