Loading cmds/statsd/src/StatsLogProcessor.h +4 −4 Original line number Diff line number Diff line Loading @@ -128,13 +128,13 @@ private: std::unordered_map<ConfigKey, sp<MetricsManager>> mMetricsManagers; std::unordered_map<ConfigKey, long> mLastBroadcastTimes; std::unordered_map<ConfigKey, int64_t> mLastBroadcastTimes; // Last time we sent a broadcast to this uid that the active configs had changed. std::unordered_map<int, long> mLastActivationBroadcastTimes; std::unordered_map<int, int64_t> mLastActivationBroadcastTimes; // Tracks when we last checked the bytes consumed for each config key. std::unordered_map<ConfigKey, long> mLastByteSizeTimes; std::unordered_map<ConfigKey, int64_t> mLastByteSizeTimes; // Tracks which config keys has metric reports on disk std::set<ConfigKey> mOnDiskDataConfigs; Loading Loading @@ -206,7 +206,7 @@ private: int64_t mLastTimestampSeen = 0; long mLastPullerCacheClearTimeSec = 0; int64_t mLastPullerCacheClearTimeSec = 0; // Last time we wrote data to disk. int64_t mLastWriteTimeNs = 0; Loading Loading
cmds/statsd/src/StatsLogProcessor.h +4 −4 Original line number Diff line number Diff line Loading @@ -128,13 +128,13 @@ private: std::unordered_map<ConfigKey, sp<MetricsManager>> mMetricsManagers; std::unordered_map<ConfigKey, long> mLastBroadcastTimes; std::unordered_map<ConfigKey, int64_t> mLastBroadcastTimes; // Last time we sent a broadcast to this uid that the active configs had changed. std::unordered_map<int, long> mLastActivationBroadcastTimes; std::unordered_map<int, int64_t> mLastActivationBroadcastTimes; // Tracks when we last checked the bytes consumed for each config key. std::unordered_map<ConfigKey, long> mLastByteSizeTimes; std::unordered_map<ConfigKey, int64_t> mLastByteSizeTimes; // Tracks which config keys has metric reports on disk std::set<ConfigKey> mOnDiskDataConfigs; Loading Loading @@ -206,7 +206,7 @@ private: int64_t mLastTimestampSeen = 0; long mLastPullerCacheClearTimeSec = 0; int64_t mLastPullerCacheClearTimeSec = 0; // Last time we wrote data to disk. int64_t mLastWriteTimeNs = 0; Loading