From: The Android Automerger Date: Thu, 3 Nov 2011 03:58:00 +0000 (-0700) Subject: Revert "Merge "Improve the slow query instrumentation." into ics-mr0" X-Git-Tag: android-x86-4.4-r1~1088^2~823^3~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e8dc810f7cc6c581107c2d80586401842004d4c5;p=android-x86%2Fframeworks-native.git Revert "Merge "Improve the slow query instrumentation." into ics-mr0" This reverts commit 2d280f754e32e556407df05d977cfabdfff1c070, reversing changes made to 2cc1c5d067736f221554be593c2ba2c96390f847. --- diff --git a/libs/binder/CursorWindow.cpp b/libs/binder/CursorWindow.cpp index 60681c4207..1b85a71ca8 100644 --- a/libs/binder/CursorWindow.cpp +++ b/libs/binder/CursorWindow.cpp @@ -211,7 +211,7 @@ uint32_t CursorWindow::alloc(size_t size, bool aligned) { uint32_t offset = mHeader->freeOffset + padding; uint32_t nextFreeOffset = offset + size; if (nextFreeOffset > mSize) { - LOGW("Window is full: requested allocation %d bytes, " + LOGE("Window is full: requested allocation %d bytes, " "free space %d bytes, window size %d bytes", size, freeSpace(), mSize); return 0;