commit | b4d4a7c4c368272c4368db35ddffbd8fcab544fb | [log] [tgz] |
---|---|---|
author | Mythri Alle <mythria@google.com> | Fri Feb 07 12:50:25 2025 +0000 |
committer | Mythri Alle <mythria@google.com> | Tue Feb 18 03:52:55 2025 -0800 |
tree | 97aabecb42f93bb334ca24357c29e460b8fc1be1 | |
parent | 39b153dff377f5f13f5d218088d66f5748100f11 [diff] |
Don't use suspend all scope when dumping low overhead traces We used to use SuspendAll scope when dumping the low overhead traces for all methods. It is better to use Checkpoints instead of suspend all scope. Dumping data is reasonably large and suspending all threads for that long could cause timeouts and ANRs. Bug: 352518093 Test: Manual testing Change-Id: I42af633f776a56e162bafaa14b25b881697b7362