Visit gpuinspector.dev for information about Android GPU Inspector.
The developer documentation contains some hints for AGI developers. See also the README files under some source directories.
Download the latest version of AGI here.
Unstable developer releases are here.
Dependency for Linux builds in zip archives: they depend on java8 and libwebkit2gtk. These two are marked as dependencies in the deb package, if you install AGI via a zip archive, make sure to also install java8 and libwebkit2gtk.
See Building Android GPU Inspector.
After building AGI, you can run the client from <agi-root>/bazel-bin/pkg/agi
.
AGI exposes most of its functionality via a CLI gapit. You can find auto-generated documentation here.