Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b47eac2 authored by The Android Automerger's avatar The Android Automerger
Browse files

Revert "Improve the slow query instrumentation."

This reverts commit 89101cd9d9b5c1a6ff1ed85eba0613ca4c4802e2.
parent 3186645d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;