Add config java_proto build target for com.android.profiling This adds a new target that's like "perfetto_config_java_protos", but: * It is apex available to "com.android.profiling". * It has `sdk_version "system_server_current"`. Change-Id: I2d7fcb9558d8627ec77513cc751e8efbce3b1583
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.