Merge "Add #alerts to StatsdStats printout"
This commit is contained in:
committed by
Android (Google) Code Review
commit
076eebfb3d
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user