From 1b47eac28cb18ec3ecdc8907d674ce576f63f1d0 Mon Sep 17 00:00:00 2001 From: The Android Automerger Date: Sun, 30 Oct 2011 13:56:11 -0700 Subject: [PATCH] Revert "Improve the slow query instrumentation." This reverts commit 89101cd9d9b5c1a6ff1ed85eba0613ca4c4802e2. --- libs/binder/CursorWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/binder/CursorWindow.cpp b/libs/binder/CursorWindow.cpp index 60681c420..1b85a71ca 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;