Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 818ffb15 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 2ab1a106 a4842ace
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
#define LOG_TAG "android.hardware.boot@1.0-impl"
#include <android/log.h>

#include <log/log.h>

#include <hardware/hardware.h>
#include <hardware/boot_control.h>
+3 −1
Original line number Diff line number Diff line
@@ -15,10 +15,12 @@
 */

#define LOG_TAG "ConsumerIrService"
#include <android/log.h>

#include <log/log.h>

#include <hardware/hardware.h>
#include <hardware/consumerir.h>

#include "ConsumerIr.h"

namespace android {
+2 −1
Original line number Diff line number Diff line
#define LOG_TAG "android.hardware.nfc@1.0-impl"
#include <android/log.h>

#include <log/log.h>

#include <hardware/hardware.h>
#include <hardware/nfc.h>
+3 −1
Original line number Diff line number Diff line
@@ -2,9 +2,11 @@
#define LOG_TAG "hidl_test"

#include "Bar.h"
#include <android/log.h>

#include <inttypes.h>

#include <log/log.h>

namespace android {
namespace hardware {
namespace tests {
+2 −1
Original line number Diff line number Diff line
#define LOG_TAG "hidl_test"
#include <android/log.h>

#include <log/log.h>

#include "Child.h"

Loading