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

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

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

parents 2cf38fe7 fceda70a
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -499,8 +499,9 @@ void StatsPullerManager::RegisterPullAtomCallback(const int uid, const int32_t a
    StatsdStats::getInstance().notePullerCallbackRegistrationChanged(atomTag, /*registered=*/true);
    StatsdStats::getInstance().notePullerCallbackRegistrationChanged(atomTag, /*registered=*/true);
    kAllPullAtomInfo[{.atomTag = atomTag}] = {.additiveFields = additiveFields,
    kAllPullAtomInfo[{.atomTag = atomTag}] = {.additiveFields = additiveFields,
                                              .coolDownNs = coolDownNs,
                                              .coolDownNs = coolDownNs,
                                              .puller = new StatsCallbackPuller(atomTag, callback),
                                              .pullTimeoutNs = timeoutNs,
                                              .pullTimeoutNs = timeoutNs,
                                              .puller = new StatsCallbackPuller(atomTag, callback)};
    };
}
}


void StatsPullerManager::UnregisterPullerCallback(int32_t atomTag) {
void StatsPullerManager::UnregisterPullerCallback(int32_t atomTag) {