commit | c1dc1cb1d1eaf84e88669f1a5f22579a0d9237c2 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Mon Jan 09 18:35:44 2012 +0000 |
committer | Steve Block <steveblock@google.com> | Mon Jan 09 21:36:22 2012 +0000 |
tree | a23167188913d4f7ae0673d5efc3a232d245d048 | |
parent | 5f29ca38b71506ad7c7cb9925efbddf588e9655b [diff] [blame] |
Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE See https://android-git.corp.google.com/g/157519 Bug: 5449033 Change-Id: I8ceb2dba1b031a0fd68d15d146960d9ced62bbf3
diff --git a/services/audioflinger/AudioFlinger.cpp b/services/audioflinger/AudioFlinger.cpp index 72525cd..4ddefdb 100644 --- a/services/audioflinger/AudioFlinger.cpp +++ b/services/audioflinger/AudioFlinger.cpp
@@ -2127,7 +2127,7 @@ // the minimum track buffer size is normally twice the number of frames necessary // to fill one buffer and the resampler should not leave more than one buffer worth // of unreleased frames after each pass, but just in case... - LOG_ASSERT(minFrames <= cblk->frameCount); + ALOG_ASSERT(minFrames <= cblk->frameCount); } } if ((cblk->framesReady() >= minFrames) && track->isReady() &&