summaryrefslogtreecommitdiffstats
path: root/libsensors
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-10-20 11:56:21 +0100
committerSteve Block <steveblock@google.com>2011-10-26 09:57:47 +0100
commit6bf500940c8089b853a08e9ce81a89e85903a152 (patch)
treef382c2e07c8890b1bb526affe56174492c91192f /libsensors
parent19fadbdbd9f7d24ad29ffaecc1d31260697425a9 (diff)
downloaddevice_samsung_tuna-6bf500940c8089b853a08e9ce81a89e85903a152.zip
device_samsung_tuna-6bf500940c8089b853a08e9ce81a89e85903a152.tar.gz
device_samsung_tuna-6bf500940c8089b853a08e9ce81a89e85903a152.tar.bz2
Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/#/c/143865 Bug: 5449033 Change-Id: Iab0aa050fba57491f5cb7ed928f44a0fda7d1ea4
Diffstat (limited to 'libsensors')
-rw-r--r--libsensors/sensors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsensors/sensors.cpp b/libsensors/sensors.cpp
index 450dbd5..96f128d 100644
--- a/libsensors/sensors.cpp
+++ b/libsensors/sensors.cpp
@@ -16,7 +16,7 @@
#define LOG_NDEBUG 0
#define LOG_TAG "Sensors"
-//#define FUNC_LOG LOGV("%s", __PRETTY_FUNCTION__)
+//#define FUNC_LOG ALOGV("%s", __PRETTY_FUNCTION__)
#define FUNC_LOG
#include <hardware/sensors.h>