commit | 423ef2fa7eeb99afd29a2c456909d67aa857d8e2 | [log] [tgz] |
---|---|---|
author | jimmyshiu <jimmyshiu@google.com> | Fri Aug 02 06:58:50 2024 +0000 |
committer | jimmyshiu <jimmyshiu@google.com> | Fri Aug 09 09:03:08 2024 +0000 |
tree | 8c1cd7f4eae09ae0441619de5788dcb87d60f3d8 | |
parent | f9a11f7f0eb71e0859e0a7a1eb957deba45ba3c4 [diff] |
stdlib: fix _get_frame_table_with_id function failure Current query limit the slice to be at depth 0. While the trace config enabled `atrace_app: "*"` which would enable the Looper trace and show its trace earlier, the specified trace would be push to depth 1 leads the function return a empty table. To fix the problem, allow the specified trace at depth 0, 1. Bug: 357000549 Change-Id: I309cdc2087cd20541c7182c89a8c38824886c48a
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.