| commit | 6e8f972268493e8e3da22508672a6b3d82bacb6a | [log] [tgz] |
|---|---|---|
| author | Lalit Maganti <lalitm@google.com> | Thu Nov 16 12:18:27 2023 +0000 |
| committer | Lalit Maganti <lalitm@google.com> | Thu Nov 16 12:18:27 2023 +0000 |
| tree | b655f0b10a63d224ef92ac1598ab018ddd74a21f | |
| parent | a9da8996f3146b9cee74ea9b45405d3c55420ff2 [diff] |
tp: add better logging for SqliteEngine destructor failures We see these CHECKs fire very occasionally on Bigtrace: switch the CHECKs -> FATALs and change the logging to emit the table names/function names/drop statements to make it easier to debug where these issues are coming from. Change-Id: Ibccb745301fb1322d79b0e74552b03f1f2dae5cc Bug: 311229092
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.