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

Commit fab877b0 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 11551442 from ebd04693 to 24Q3-release

Change-Id: I00d0c6d257ea13c7b7a098f5582a3d51400e7109
parents 2db45c82 ebd04693
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()
        }
    }