Loading cmds/statsd/src/condition/SimpleConditionTracker.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -210,7 +210,7 @@ void SimpleConditionTracker::evaluateCondition(const LogEvent& event, return; } if (mStopAllLogMatcherIndex >= 0 && if (mStopAllLogMatcherIndex >= 0 && mStopAllLogMatcherIndex < int(eventMatcherValues.size()) && eventMatcherValues[mStopAllLogMatcherIndex] == MatchingState::kMatched) { handleStopAll(conditionCache, conditionChangedCache); return; Loading Loading
cmds/statsd/src/condition/SimpleConditionTracker.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -210,7 +210,7 @@ void SimpleConditionTracker::evaluateCondition(const LogEvent& event, return; } if (mStopAllLogMatcherIndex >= 0 && if (mStopAllLogMatcherIndex >= 0 && mStopAllLogMatcherIndex < int(eventMatcherValues.size()) && eventMatcherValues[mStopAllLogMatcherIndex] == MatchingState::kMatched) { handleStopAll(conditionCache, conditionChangedCache); return; Loading