commit | d1c53458dd8739ff80c5dafda0f3a8c0c3701673 | [log] [tgz] |
---|---|---|
author | Omar Elmekkawy <mekk@google.com> | Wed Jul 20 08:48:34 2022 +0000 |
committer | Omar Elmekkawy <mekk@google.com> | Wed Jul 20 08:48:34 2022 +0000 |
tree | 69b570062781832c04f8b3eed339b62e93dc2198 | |
parent | d8081faeb0e9264d0343208d9a2325525bb90832 [diff] |
Fixing sybmolize_database attempting to convert non hex build ids. symbolize_database.cc attempts to convert non hex build ids from hex, check b/148109467 for details, this CL checks the length of build id to stop fake module conversions, this fix was tested locally by using stack trace tables successfully. Bug:148109467 Change-Id: I3700ea196deb759515220206e69ff1d39f178843
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.