Build apps for CTS tests with sdk 31 We need to run those CTS tests on older devices for mainline. It turns out that min_sdk_version is not enough. Also, the reporter app does not need to run on MTS, so there's no need to build it for sdk 31. Tested: built the test apps and installed them on older devices (it failed before). Tested: atest CtsPerfettoTestCases Bug: 268041903 Bug: 272300250 (cherry picked from commit add8682518994108013b2fabda740746813ebab4) Merged-In: Ic27539171f314dd6865944b0e7044a3e5a9f801e Change-Id: Ic27539171f314dd6865944b0e7044a3e5a9f801e
Perfetto is a production-grade open-source stack for performance instrumentation and trace analysis. It offers services and libraries and for recording system-level and app-level traces, native + java heap profiling, a library for analyzing traces using SQL and a web-based UI to visualize and explore multi-GB traces.
See https://perfetto.dev/docs or the /docs/ directory for documentation.