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

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

make statsd less chatty.

Test: builds and adb logcat
Change-Id: I06ee9cce1844b21ed3960bbaf76262fca3357bf4
parent 8c07286d
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) {