square / papa

PAPA: Performance of Android Production Applications
Apache License 2.0
351 stars 15 forks source link

Add debug drawing of interactions in flight #48

Closed pyricau closed 1 year ago

pyricau commented 1 year ago

We should use an overlay window that adds text that changes for each frame. One row per interaction in flight. Likely we should use the event toString() as the name. We should show counters for how many frames an interaction has been running, and also add information about the event that started the interaction (tap, key, etc)