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

Commit c7839e89 authored by Steve Block's avatar Steve Block Committed by Mathias Agopian
Browse files

Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/156801

Bug: 5449033
Change-Id: Ib08fe86d23db91ee153e9f91a99a35c42b9208ea
parent a551237d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ HardwareSensor::HardwareSensor(const sensor_t& sensor)
    : mSensorDevice(SensorDevice::getInstance()),
      mSensor(&sensor)
{
    LOGI("%s", sensor.name);
    ALOGI("%s", sensor.name);
}

HardwareSensor::~HardwareSensor() {