Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebd04693 authored by Peter Kalauskas's avatar Peter Kalauskas Committed by Android (Google) Code Review
Browse files

Merge "Fix unmatched trace section bug" into main

parents 90d54307 ac7db78d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ internal class TraceData : TraceStatus {
     * Removes all current trace slices from the current thread. Called when coroutine is suspended.
     */
    internal fun endAllOnThread() {
        for (i in 0..slices.size) {
        for (i in 0..<slices.size) {
            endSlice()
        }
    }