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

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

Merge "make statsd less chatty."

parents 01528f4f 4e6364ac
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -80,8 +80,6 @@ void MetricsManager::onLogEvent(const LogEvent& event) {
        return;
    }

    // Since at least one of the metrics is interested in this event, we parse it now.
    ALOGD("%s", event.ToString().c_str());
    vector<MatchingState> matcherCache(mAllLogEntryMatchers.size(), MatchingState::kNotComputed);

    for (auto& matcher : mAllLogEntryMatchers) {