diff options
author | 2025-02-07 12:50:25 +0000 | |
---|---|---|
committer | 2025-02-18 03:52:55 -0800 | |
commit | b4d4a7c4c368272c4368db35ddffbd8fcab544fb (patch) | |
tree | 97aabecb42f93bb334ca24357c29e460b8fc1be1 /compiler/optimizing/inliner.cc | |
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
Diffstat (limited to 'compiler/optimizing/inliner.cc')
0 files changed, 0 insertions, 0 deletions