summaryrefslogtreecommitdiffstats
path: root/hardware.c
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-10-20 13:58:15 +0100
committerSteve Block <steveblock@google.com>2011-10-25 18:16:10 +0100
commit7567eba2afa94abee27965d68c29b31d79b19e60 (patch)
tree748ec4f268aaab2062ba5e0e461bcfd7e50abe0a /hardware.c
parentcf209523884350a3ad6af5840f1b0ae2dde9b98b (diff)
downloadhardware_libhardware-7567eba2afa94abee27965d68c29b31d79b19e60.tar.gz
hardware_libhardware-7567eba2afa94abee27965d68c29b31d79b19e60.tar.bz2
hardware_libhardware-7567eba2afa94abee27965d68c29b31d79b19e60.zip
Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/#/c/143865 Bug: 5449033 Change-Id: I8772e564a55981aad2a9cf7cb9245367fcf57fe8
Diffstat (limited to 'hardware.c')
-rw-r--r--hardware.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardware.c b/hardware.c
index 4d5f8fe..3a5b9df 100644
--- a/hardware.c
+++ b/hardware.c
@@ -108,7 +108,7 @@ static int load(const char *id,
handle = NULL;
}
} else {
- LOGV("loaded HAL id=%s path=%s hmi=%p handle=%p",
+ ALOGV("loaded HAL id=%s path=%s hmi=%p handle=%p",
id, path, *pHmi, handle);
}