Skip to content

Commit 12ebdd1

Browse files
Treehugger RobotAndroid (Google) Code Review
authored andcommitted
Merge "Remove old WindowInfosListener debug logging" into main
2 parents eed408a + b2d2209 commit 12ebdd1

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
@@ -7049,11 +7049,6 @@ void InputDispatcher::onWindowInfosChanged(const gui::WindowInfosUpdate& update)
70497049
setInputWindowsLocked(handles, displayId);
70507050
}
70517051

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-
}
70577052
mWindowInfosVsyncId = update.vsyncId;
70587053
}
70597054
// Wake up poll loop since it may need to make new input dispatching choices.

0 commit comments

Comments
 (0)