OSDN Git Service

Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE
authorSteve Block <steveblock@google.com>
Wed, 26 Oct 2011 10:02:56 +0000 (11:02 +0100)
committerSteve Block <steveblock@google.com>
Wed, 26 Oct 2011 10:02:56 +0000 (11:02 +0100)
See https://android-git.corp.google.com/g/#/c/143865

Bug: 5449033
Change-Id: I9cb91455767731254a8d5bee140ea23474543f02

libril/ril.cpp

index d1d5d3b..cf32242 100644 (file)
@@ -2230,7 +2230,7 @@ static void processWakeupCallback(int fd, short flags, void *param) {
     char buff[16];
     int ret;
 
-    LOGV("processWakeupCallback");
+    ALOGV("processWakeupCallback");
 
     /* empty our wakeup socket out */
     do {