summaryrefslogtreecommitdiffstats
path: root/libsensors/SamsungSensorBase.cpp
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-08 10:19:03 +0000
committerSteve Block <steveblock@google.com>2012-01-08 11:03:20 +0000
commitb1fdc4fad038552a072019954c052b6374fa5936 (patch)
tree7793383ff2b17f7dea7f12c8ad6f12a3f357f550 /libsensors/SamsungSensorBase.cpp
parentfef6558d68e8f62401d926d187621a495b15e1ec (diff)
downloaddevice_samsung_tuna-b1fdc4fad038552a072019954c052b6374fa5936.zip
device_samsung_tuna-b1fdc4fad038552a072019954c052b6374fa5936.tar.gz
device_samsung_tuna-b1fdc4fad038552a072019954c052b6374fa5936.tar.bz2
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: I2e1c43800c19b718cc7ee94ec299c62bc14873b4
Diffstat (limited to 'libsensors/SamsungSensorBase.cpp')
-rw-r--r--libsensors/SamsungSensorBase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsensors/SamsungSensorBase.cpp b/libsensors/SamsungSensorBase.cpp
index 0ec4915..fe3f14e 100644
--- a/libsensors/SamsungSensorBase.cpp
+++ b/libsensors/SamsungSensorBase.cpp
@@ -70,13 +70,13 @@ SamsungSensorBase::SamsungSensorBase(const char *dev_name,
return;
mInputSysfsEnable = makeSysfsName(input_name, "enable");
if (!mInputSysfsEnable) {
- LOGE("%s: unable to allocate mem for %s:enable", __func__,
+ ALOGE("%s: unable to allocate mem for %s:enable", __func__,
data_name);
return;
}
mInputSysfsPollDelay = makeSysfsName(input_name, "poll_delay");
if (!mInputSysfsPollDelay) {
- LOGE("%s: unable to allocate mem for %s:poll_delay", __func__,
+ ALOGE("%s: unable to allocate mem for %s:poll_delay", __func__,
data_name);
return;
}