Why are user steps not captured in my Android application?

You probably need to override the dispatchTouchEvent method.

Youssef avatar
Written by Youssef
Updated over a week ago

You need to allow Instabug to capture user steps by overriding the dispatchTouchEvent method to notify the Instabug tracker when an event occurs. More details on how to implement this can be found in our documentation.

Did this answer your question?