summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-05-18 15:32:28 -0700
committerMathias Agopian <mathias@google.com>2012-05-18 15:32:28 -0700
commitf899e4113a5b5545cd91b4625514d0ab0d33751c (patch)
tree064ae45ce96a3fe26cf474e2421ddfd5c5e7cabf
parented9807bd7dbd4863841e251138392c54755eb394 (diff)
downloadnative-f899e4113a5b5545cd91b4625514d0ab0d33751c.tar.gz
Remove misleading and wrong ALOGW
Bug: 6476587 Change-Id: I4345f1100db02786bb50ad83ca7b559cad301706
-rw-r--r--libs/gui/BufferQueue.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/gui/BufferQueue.cpp b/libs/gui/BufferQueue.cpp
index 9b6bc38ecd..a0774cfe6b 100644
--- a/libs/gui/BufferQueue.cpp
+++ b/libs/gui/BufferQueue.cpp
@@ -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());