am f899e411
: Remove misleading and wrong ALOGW
* commit 'f899e4113a5b5545cd91b4625514d0ab0d33751c': Remove misleading and wrong ALOGW
This commit is contained in:
commit
ac4a482511
@ -994,8 +994,6 @@ status_t BufferQueue::setBufferCountServer(int bufferCount) {
|
||||
}
|
||||
|
||||
void BufferQueue::freeAllBuffersExceptHeadLocked() {
|
||||
ALOGW_IF(!mQueue.isEmpty(),
|
||||
"freeAllBuffersExceptCurrentLocked called but mQueue is not empty");
|
||||
int head = -1;
|
||||
if (!mQueue.empty()) {
|
||||
Fifo::iterator front(mQueue.begin());
|
||||
|
Loading…
Reference in New Issue
Block a user