Revert "Improve the slow query instrumentation."

This reverts commit 89101cd9d9b5c1a6ff1ed85eba0613ca4c4802e2.
This commit is contained in:
The Android Automerger 2011-10-30 13:56:11 -07:00
parent 3186645df4
commit 1b47eac28c

View File

@ -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;