commit | f2b555a7c96aea30bf5ef4076ee41d8572be6fd2 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Thu Jan 05 23:22:43 2012 +0000 |
committer | Steve Block <steveblock@google.com> | Fri Jan 06 10:07:54 2012 +0000 |
tree | 0331073823c54267aae3e682168035fc5f5a310a | |
parent | 13e2c821a765845e3df0d64b9b92748c31310927 [diff] |
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
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 @@ } if (chances <= 0) { - LOGW("device loop timeout"); + ALOGW("device loop timeout"); while (recv(deviceSocket, &c, 1, MSG_DONTWAIT) == 1); }