commit | d6ac03ff9b62f889b143a691e1a913395db84f87 | [log] [tgz] |
---|---|---|
author | Daniele Di Proietto <ddiproietto@google.com> | Fri Nov 15 11:59:28 2024 +0000 |
committer | Daniele Di Proietto <ddiproietto@google.com> | Fri Nov 15 15:05:15 2024 +0000 |
tree | 92b050b850b2e212dd75fe2d44844ba229b06323 | |
parent | 0fd224ea8cd4dc295f9d5531bc5a90a34c5fea63 [diff] |
heapprofd: Fix outdated log message At the beginning, heapprofd could work in two modes on android: * Central, where each app connects to the central heapprofd daemon. * Fork, where each app starts its own heapprofd daemon. On android user builds, only fork mode was supported. An app would try to connect to the central heapprofd daemon, it would fail and then it would start its own heapprofd daemon in fork mode. The log message made sense. Then, central mode started to be supported on user builds and fork mode was removed on android. Since https://r.android.com/1536299, the log message doesn't make sense anymore. Change-Id: I5e53953329c57447e3a69c3cabd4ce9b891496ce
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.