commit | 6b5b6d4999cb0c68b746eb770a3f50f3c4b2f683 | [log] [tgz] |
---|---|---|
author | Yisroel Forta <yforta@google.com> | Thu Jun 06 19:22:05 2024 +0000 |
committer | Yisroel Forta <yforta@google.com> | Mon Jun 10 22:08:45 2024 +0000 |
tree | b05f15f76ca45f79f817ec87f33b6cc75cb722c9 | |
parent | 636a83a4915afdff2e5758e09a5231ff04278ede [diff] |
Adjust permissions for perfetto profiling dir Need read to list contents of directory Set to rwxrwxrwx, selinux will deal will preventing unauthorized access. Test: atest ProfilingFrameworkTests Bug: 333456916 Change-Id: Ifd635ab1da93fbca2601904c5a233df499b01524
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.