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

Commit 4b146853 authored by Yao Chen's avatar Yao Chen
Browse files

Fix a bug in SimpleConditionTracker.

copy-paste bug

Test: manual. Will add unit tests for it.
Change-Id: I9494271a8a407b0f3c5fc0138c1afb4925c69b79
parent df2a7f9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ SimpleConditionTracker::SimpleConditionTracker(
            return;
        }
        mStopLogMatcherIndex = pair->second;
        mTrackerIndex.insert(mStartLogMatcherIndex);
        mTrackerIndex.insert(mStopLogMatcherIndex);
    } else {
        mStopLogMatcherIndex = -1;
    }