Add open_trace_in_ui flags to record_android_trace open_trace_in_ui has flags --no-open-brownser and --origin that allow easier use when running over SSH, or when running with a dev server. This copies the functionality into record_android_trace along with all the other changes to the HTTP handler and open function. Test: various invocations of record_android_trace with these flags Change-Id: I1e046afa4e4e642778726b5804ed66646d74f882
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.