commit | 5aaf4877713b7044c21d6216ef75388d8b93c976 | [log] [tgz] |
---|---|---|
author | Aaron Vaage <vaage@google.com> | Fri Apr 12 11:29:05 2024 -0700 |
committer | Aaron Vaage <vaage@google.com> | Fri Apr 12 18:33:54 2024 +0000 |
tree | 69ab91462aa3dd0e5f33a8a38fd433dca32f6d75 | |
parent | 1392664728c9ecc96e7266de66d03c8eb9862dc1 [diff] |
Trace Redaction - Fix base error messages In a couple spots base::Status("...") was used when base::ErrStatus("...") should have been used. This corrects those spots. Change-Id: Ie43cc8eb46a582791f9301720be1e1f08c78cfe8
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.