Commit a9847ae
fix(profiling): AndroidContinuousProfiler Reset shouldStop flag on startProfiler
Same fix as PerfettoContinuousProfiler — shouldStop was never reset to
false after stopProfiler, so a stop/start cycle would leave
shouldStop=true and silently stop the profiler after one chunk.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent bb0ff41 commit a9847ae
File tree
2 files changed
+19
-0
lines changed- sentry-android-core/src
- main/java/io/sentry/android/core
- test/java/io/sentry/android/core
2 files changed
+19
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
559 | 577 | | |
560 | 578 | | |
561 | 579 | | |
| |||
0 commit comments