commit | 3c2962fe4862e71a21d5f9adc371928f76c49585 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Tue Oct 15 15:40:20 2024 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Tue Oct 15 15:40:20 2024 +0100 |
tree | a9a9e21a20377a39639dfc24b7a987c39f9de989 | |
parent | 4d0d3abff3caf5b658f276889d8ef786d3520c02 [diff] |
tp: speculative fix crash in ForwardingTraceParser It's possible NotifyEOF is called without calling Parse. In that case we should not crash but simply exit gracefully. Change-Id: I4ecff0b38f7db8d67c5e285e319334f766ade1ce
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.