summaryrefslogtreecommitdiffstats
path: root/liblight
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 /liblight
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 'liblight')
-rw-r--r--liblight/lights.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/liblight/lights.c b/liblight/lights.c
index 8c675b2..52bce3f 100644
--- a/liblight/lights.c
+++ b/liblight/lights.c
@@ -54,7 +54,7 @@ static int write_int(char const *path, int value)
already_warned = 0;
- LOGV("write_int: path %s, value %d", path, value);
+ ALOGV("write_int: path %s, value %d", path, value);
fd = open(path, O_RDWR);
if (fd >= 0) {
@@ -95,7 +95,7 @@ static int set_light_backlight(struct light_device_t *dev,
static int close_lights(struct light_device_t *dev)
{
- LOGV("close_light is called");
+ ALOGV("close_light is called");
if (dev)
free(dev);