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

Commit 9375b019 authored by Salud Lemus's avatar Salud Lemus Committed by Android (Google) Code Review
Browse files

Merge "Update string literal for naming consistency for SimpleAtomMatchingTracker"

parents 7d9d075b 8d213db7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ void SimpleAtomMatchingTracker::onLogEvent(

    bool matched = matchesSimple(mUidMap, mMatcher, event);
    matcherResults[mIndex] = matched ? MatchingState::kMatched : MatchingState::kNotMatched;
    VLOG("Stats SimpleLogMatcher %lld matched? %d", (long long)mId, matched);
    VLOG("Stats SimpleAtomMatcher %lld matched? %d", (long long)mId, matched);
}

}  // namespace statsd