Revert "Improve the slow query instrumentation."
This reverts commit 89101cd9d9b5c1a6ff1ed85eba0613ca4c4802e2.
This commit is contained in:
parent
3186645df4
commit
1b47eac28c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user