| commit | f308c40f9c8b1905f1dacfff857d175a0b77060a | [log] [tgz] |
|---|---|---|
| author | jahdiel-alvarez <jahdiel@google.com> | Tue Apr 29 11:43:34 2025 -0700 |
| committer | GitHub <noreply@github.com> | Tue Apr 29 18:43:34 2025 +0000 |
| tree | e423aa390c39f903e2712970c9eec9f174ebdacf | |
| parent | 34953f0ef39e5496fcf9f4dd34e67de6b8dd100f [diff] |
Add machine id column to AndroidLog panel (#1376) In multi-VM traces, it is valuable to differentiate from which machine each Android log is coming from. For this we added a machine id column to the table in the AndroidLog panel. This columns is conditional to there being more than one machine, if not then the log panel behaves the same way as before. Test: ui/run-unittests Bug: 406061688
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.