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

Commit b2d22099 authored by Patrick Williams's avatar Patrick Williams
Browse files

Remove old WindowInfosListener debug logging

Bug: 402990967
Flag: EXEMPT refactor
Test: presubmits
Change-Id: I0676f0a39e895acac572c5c9de0417b12db22547
parent 269580ec
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -7044,11 +7044,6 @@ void InputDispatcher::onWindowInfosChanged(const gui::WindowInfosUpdate& update)
            setInputWindowsLocked(handles, displayId);
        }

        if (update.vsyncId < mWindowInfosVsyncId) {
            ALOGE("Received out of order window infos update. Last update vsync id: %" PRId64
                  ", current update vsync id: %" PRId64,
                  mWindowInfosVsyncId, update.vsyncId);
        }
        mWindowInfosVsyncId = update.vsyncId;
    }
    // Wake up poll loop since it may need to make new input dispatching choices.