commit | 7567eba2afa94abee27965d68c29b31d79b19e60 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Thu Oct 20 13:58:15 2011 +0100 |
committer | Steve Block <steveblock@google.com> | Tue Oct 25 18:16:10 2011 +0100 |
tree | 748ec4f268aaab2062ba5e0e461bcfd7e50abe0a | |
parent | cf209523884350a3ad6af5840f1b0ae2dde9b98b [diff] |
Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/#/c/143865 Bug: 5449033 Change-Id: I8772e564a55981aad2a9cf7cb9245367fcf57fe8
diff --git a/hardware.c b/hardware.c index 4d5f8fe..3a5b9df 100644 --- a/hardware.c +++ b/hardware.c
@@ -108,7 +108,7 @@ 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); }