We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eed408a + b2d2209 commit 12ebdd1Copy full SHA for 12ebdd1
1 file changed
services/inputflinger/dispatcher/InputDispatcher.cpp
@@ -7049,11 +7049,6 @@ void InputDispatcher::onWindowInfosChanged(const gui::WindowInfosUpdate& update)
7049
setInputWindowsLocked(handles, displayId);
7050
}
7051
7052
- if (update.vsyncId < mWindowInfosVsyncId) {
7053
- ALOGE("Received out of order window infos update. Last update vsync id: %" PRId64
7054
- ", current update vsync id: %" PRId64,
7055
- mWindowInfosVsyncId, update.vsyncId);
7056
- }
7057
mWindowInfosVsyncId = update.vsyncId;
7058
7059
// Wake up poll loop since it may need to make new input dispatching choices.
0 commit comments