summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-05 23:22:43 +0000
committerSteve Block <steveblock@google.com>2012-01-06 10:07:54 +0000
commitf2b555a7c96aea30bf5ef4076ee41d8572be6fd2 (patch)
tree0331073823c54267aae3e682168035fc5f5a310a
parent13e2c821a765845e3df0d64b9b92748c31310927 (diff)
downloadandroid_frameworks_opt_net_voip-f2b555a7c96aea30bf5ef4076ee41d8572be6fd2.tar.gz
android_frameworks_opt_net_voip-f2b555a7c96aea30bf5ef4076ee41d8572be6fd2.tar.bz2
android_frameworks_opt_net_voip-f2b555a7c96aea30bf5ef4076ee41d8572be6fd2.zip
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I00a4b904f9449e6f93b7fd35eac28640d7929e69
-rw-r--r--jni/rtp/AudioGroup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/jni/rtp/AudioGroup.cpp b/jni/rtp/AudioGroup.cpp
index 270b494..8f968ff 100644
--- a/jni/rtp/AudioGroup.cpp
+++ b/jni/rtp/AudioGroup.cpp
@@ -907,7 +907,7 @@ bool AudioGroup::DeviceThread::threadLoop()
}
if (chances <= 0) {
- LOGW("device loop timeout");
+ ALOGW("device loop timeout");
while (recv(deviceSocket, &c, 1, MSG_DONTWAIT) == 1);
}