diff options
| author | 2024-04-16 09:16:05 +0000 | |
|---|---|---|
| committer | 2024-04-18 08:19:37 +0000 | |
| commit | 36aba6488cd335f651161be607ac0af240faddc8 (patch) | |
| tree | 255742e4ed87db7bbdcaffca583689f1be9342e0 /compiler/optimizing/graph_visualizer.cc | |
| parent | 680e7679b657c7319b580a9b493477c11f775660 (diff) | |
Reset the method trace buffer index when handling overflow
In non-streaming cases, we don't record any new entries once the
overflow happens so we used to return early. This skipped resetting the
trace buffer index which means we miss to runtime always. This is a
quick fix to reset the buffer index.
In a follow up CL we can uninstall method listeners so we don't get
reported of method entry / exit events anymore since we stopped
recording these events.
Bug: 329498538, 259258187
Test: art/test.py --64 --trace
Change-Id: I67a257637404fe75e0a0747bfae5aa10f9fbc1fb
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions