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

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

Merge "Add #alerts to StatsdStats printout"

parents 3a4f974c aea8d10b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -103,7 +103,9 @@ MetricsManager::MetricsManager(const ConfigKey& key, const StatsdConfig& config,
    // no matter whether this config is valid, log it in the stats.
    StatsdStats::getInstance().noteConfigReceived(key, mAllMetricProducers.size(),
                                                  mAllConditionTrackers.size(),
                                                  mAllAtomMatchers.size(), 0, mConfigValid);
                                                  mAllAtomMatchers.size(),
                                                  mAllAnomalyTrackers.size(),
                                                  mConfigValid);
}

MetricsManager::~MetricsManager() {