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

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

Snap for 11492556 from d553896c to 24Q3-release

Change-Id: I1837fd39645e48307a5cb637462544d5cea518f1
parents 770f5d85 d553896c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ internal class TraceData : TraceStatus {
     */
    @PublishedApi
    internal fun endSpan(id: Int) {
        val v = slices.removeLast()
        val v = slices.removeAt(slices.lastIndex)
        if (v.id != id) {
            if (STRICT_MODE) {
                throw IllegalArgumentException(MISMATCHED_TRACE_ERROR_MESSAGE)