Skip to content

Commit b2d2209

Browse files
Remove old WindowInfosListener debug logging
Bug: 402990967 Flag: EXEMPT refactor Test: presubmits Change-Id: I0676f0a39e895acac572c5c9de0417b12db22547
1 parent 269580e commit b2d2209

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

services/inputflinger/dispatcher/InputDispatcher.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7044,11 +7044,6 @@ void InputDispatcher::onWindowInfosChanged(const gui::WindowInfosUpdate& update)
70447044
setInputWindowsLocked(handles, displayId);
70457045
}
70467046

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

0 commit comments

Comments
 (0)