InputDispatcher: Dropped event because input dispatch is disabled
I am developing ui automation platform for android. For some reason sometimes (very rare) click events can be dropped When it happen I see in log I/InputDispatcher( 2707): Dropped event because input dispatch is disabled. Please advise what can be done to enable input dispatch. Thank you in advance There are certain conditions in which Input Dispatcher will drop the input events: DROP_REASON_BLOCKED : If current application is not responding and user is tapping on device, input event will be dropped DROP_REASON_STALE: Dropped event because it is stale DROP_REASON_APP_SWITCH: Dropped event