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
There are certain conditions in which Input Dispatcher will drop the input events:
etc.
In your case, its executing case 4. Means something going fishy or your first input is not executed yet. So Input Dispatcher is disabled.
Check [method dropInboundEventLocked of middleware class InputDispatcher.cpp