Merge "statsd: fix -Wreorder-init-list"

This commit is contained in:
TreeHugger Robot
2019-11-21 22:51:46 +00:00
committed by Android (Google) Code Review

View File

@@ -499,8 +499,9 @@ void StatsPullerManager::RegisterPullAtomCallback(const int uid, const int32_t a
StatsdStats::getInstance().notePullerCallbackRegistrationChanged(atomTag, /*registered=*/true);
kAllPullAtomInfo[{.atomTag = atomTag}] = {.additiveFields = additiveFields,
.coolDownNs = coolDownNs,
.puller = new StatsCallbackPuller(atomTag, callback),
.pullTimeoutNs = timeoutNs,
.puller = new StatsCallbackPuller(atomTag, callback)};
};
}
void StatsPullerManager::UnregisterPullerCallback(int32_t atomTag) {