diff options
author | Steve Block <steveblock@google.com> | 2011-10-20 11:56:21 +0100 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2011-10-26 09:57:47 +0100 |
commit | a4404cf0d3c3808ff2df1650973a480daa1d70f2 (patch) | |
tree | 0df092f88e203e5b0a48d9bd1fcff4b0a19839a7 /libsensors | |
parent | bdba6a9bee2644be9dc3ba2313f32566f487f4fc (diff) | |
download | device_samsung_tuna-a4404cf0d3c3808ff2df1650973a480daa1d70f2.zip device_samsung_tuna-a4404cf0d3c3808ff2df1650973a480daa1d70f2.tar.gz device_samsung_tuna-a4404cf0d3c3808ff2df1650973a480daa1d70f2.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.cpp | 2 |
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> |