Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac4a4825 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android Git Automerger
Browse files

am f899e411: Remove misleading and wrong ALOGW

* commit 'f899e411':
  Remove misleading and wrong ALOGW
parents 1783e6f2 f899e411
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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());