Filter debug annotations based on flag Add support for a new flag in track_event configs in perfetto client library to filter out debug annotations. This is only a subset of fields we want to remove for privacy_filtering. The goal here to prevent these two fields even while writing trace, to also reduce the size of trace. Bug: b/228292224 Change-Id: I9899ab66ab7f0931aba7f4ebf82eec5096b2b9e1
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.