commit | 291965a7eb91dee8d3875a1802eeac7daa5d4c28 | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Tue Dec 12 00:56:06 2023 +0100 |
committer | Primiano Tucci <primiano@google.com> | Tue Dec 12 00:56:06 2023 +0100 |
tree | f0df44bfb0df70f3d0edd27bbff3b0cbc4bd994c | |
parent | d3be34f6e8f4cd1594545bd91679adfd08d84bee [diff] |
UI: improve crash reporting - For Analytics, encodes the crash as a page url. This is because GA4 truncates fields to 100 chars, but allows 1000 chars for the url. We are a SPA and don't need the URL thankfully. - Gets rid of the duplicate message (once in the title, once in the top of the stack) - Normalizes detection of stack function vs url on all major browsers. - Also fixing python/tools/check_imports.py which doesn't seem to work with python 3.6.8 shipped on my gMac. Change-Id: Idef3a65309cd49e232682075ae2da593f3bb54d0
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.