commit | 5ff1dd576bb93c45b44088a51544a18fc43ebf58 | [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 | c002dcda87f08329197b01395539bd25f10ca737 | |
parent | 8a08dcc0a5de19a904e77d5f31bed3dff9a59890 [diff] [blame] |
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/services/audioflinger/AudioMixer.cpp b/services/audioflinger/AudioMixer.cpp index c9c61a5..b8e456f 100644 --- a/services/audioflinger/AudioMixer.cpp +++ b/services/audioflinger/AudioMixer.cpp
@@ -365,7 +365,7 @@ void AudioMixer::process__validate(state_t* state) { - LOGW_IF(!state->needsChanged, + ALOGW_IF(!state->needsChanged, "in process__validate() but nothing's invalid"); uint32_t changed = state->needsChanged;