gapir
Gapir is a device-side component of GAPID (Graphics API Debugger) used to replay captured graphics command streams on Android devices for debugging and profiling of graphics applications. Gapir executes traces recorded by the host tooling so developers can inspect and analyze GPU frame behavior without needing to reproduce issues on a per-run basis.
Gapir provides several core capabilities. It loads a trace, initializes the GPU state, and replays the same
Architecture and workflow: In typical use, a developer uses gapit on a desktop to capture a frame
Availability and scope: Gapir is part of the GAPID project, an open-source set of tools for graphics