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

Commit 6edd1686 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix a bug in SimpleConditionTracker."

parents 377127f0 4b146853
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;
    }