commit | a3da9beb4af2214afb48f8e8a91fdcd116384bc8 | [log] [tgz] |
---|---|---|
author | Ryan Savitski <rsavitski@google.com> | Wed Jan 30 17:45:53 2019 +0000 |
committer | Ryan Savitski <rsavitski@google.com> | Wed Jan 30 17:45:53 2019 +0000 |
tree | 539485594ed6d029ecea343a58bbb003bb956848 | |
parent | 6159b02fa9df4b353b8c5e2db6973d9960d8b9d3 [diff] |
Android builds: add liblog only to dynlibs & executables + remove it from heapprofd_client Note that this also ends up stripping liblog from the static libs, which seems fine. heapprofd_client's DT_NEEDED after this change: 0x0000000000000001 (NEEDED) Shared library: [libbase.so] 0x0000000000000001 (NEEDED) Shared library: [libprocinfo.so] 0x0000000000000001 (NEEDED) Shared library: [libunwindstack.so] 0x0000000000000001 (NEEDED) Shared library: [libc++.so] 0x0000000000000001 (NEEDED) Shared library: [libc.so] 0x0000000000000001 (NEEDED) Shared library: [libm.so] 0x0000000000000001 (NEEDED) Shared library: [libdl.so] Change-Id: I777921f86794f5d3dc95483fb2e421e8fd90d379
Perfetto is an open-source project for performance instrumentation and tracing of Linux/Android/Chrome platforms and user-space apps.
See www.perfetto.dev for docs.