diff options
author | Mathias Agopian <mathias@google.com> | 2012-05-18 15:32:28 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2012-05-18 15:32:28 -0700 |
commit | f899e4113a5b5545cd91b4625514d0ab0d33751c (patch) | |
tree | 064ae45ce96a3fe26cf474e2421ddfd5c5e7cabf /libs | |
parent | ed9807bd7dbd4863841e251138392c54755eb394 (diff) | |
download | frameworks_native-f899e4113a5b5545cd91b4625514d0ab0d33751c.zip frameworks_native-f899e4113a5b5545cd91b4625514d0ab0d33751c.tar.gz frameworks_native-f899e4113a5b5545cd91b4625514d0ab0d33751c.tar.bz2 |
Remove misleading and wrong ALOGW
Bug: 6476587
Change-Id: I4345f1100db02786bb50ad83ca7b559cad301706
Diffstat (limited to 'libs')
-rw-r--r-- | libs/gui/BufferQueue.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/gui/BufferQueue.cpp b/libs/gui/BufferQueue.cpp index 9b6bc38..a0774cf 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()); |