InputTracer: Trace injected events with history as separate events
If an injected event is batched, it is split into separate events and each historical event is injected individually. When this happens, the historical events were not being traced, which is a bug. Trace them. It is difficult to test batching from InputDispatcher_tests because we are polling for events rather than responding to them, so avoid adding a test for now. Bug: 210460522 Test: atest inputflinger_tests Change-Id: I7062f97181bcde614e43e68e127583690efa70b2
Loading
Please register or sign in to comment