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