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.