commit | 69fa769cde3ac606b4052c493b82f86b35b1211a | [log] [tgz] |
---|---|---|
author | Aaron Vaage <vaage@google.com> | Tue Jun 11 12:37:19 2024 -0700 |
committer | Aaron Vaage <vaage@google.com> | Tue Jun 11 12:37:19 2024 -0700 |
tree | b43b17ee34fe765a6b024bef0c3e3a85a1bd846f | |
parent | 9132f3bfb0476bc0f2df5b0645260be6d4e18adb [diff] |
Trace Redaction - Loosen final flush restriction Final flush can be: success, unknown, fail. Before the check was: fail if final_flush != success. This caused unwanted failures, so this changes the check to be: fail if final_flush = fail. Change-Id: I448e138b677ee2c1a9f3945b1cb4c18bb7884a44
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.