commit | cfc6d980a014218b9bebc3baf0863fc8272676d9 | [log] [tgz] |
---|---|---|
author | Daniele Di Proietto <ddiproietto@google.com> | Tue May 07 17:41:51 2024 +0000 |
committer | Daniele Di Proietto <ddiproietto@google.com> | Wed May 08 17:25:52 2024 +0000 |
tree | 57c35a944d8e16584135169f2c61c12dadea2de4 | |
parent | 198b660768f49bffa8491a4a77c5f62c05cfc817 [diff] |
Make profiling CTS test non debuggable When an app is not debuggable, perfetto will make extra checks before capturing stack samples, heap profiles, or java heap dumps. By making the CTS test non debuggable we can (manually, for now) check what's happening with non debuggable apps, which is the most interesting case. Test: atest ProfilingFrameworkTests and check the captured traces Bug: 335688597 Flag: EXEMPT - day-to-day bugfix Change-Id: I87603eb06b7c68684b955e93bc07d7a2d72f04a8