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

Commit 12ebdd14 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove old WindowInfosListener debug logging" into main

parents eed408ae b2d22099
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -7049,11 +7049,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.