Loading cmds/statsd/src/anomaly/AnomalyTracker.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -192,7 +192,7 @@ void AnomalyTracker::declareAnomaly(const uint64_t& timestampNs, const MetricDim if (!mSubscriptions.empty()) { if (mAlert.has_id()) { ALOGI("An anomaly (%llu) has occurred! Informing subscribers.", mAlert.id()); ALOGI("An anomaly (%lld) has occurred! Informing subscribers.", mAlert.id()); informSubscribers(key); } else { ALOGI("An anomaly (with no id) has occurred! Not informing any subscribers."); Loading Loading
cmds/statsd/src/anomaly/AnomalyTracker.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -192,7 +192,7 @@ void AnomalyTracker::declareAnomaly(const uint64_t& timestampNs, const MetricDim if (!mSubscriptions.empty()) { if (mAlert.has_id()) { ALOGI("An anomaly (%llu) has occurred! Informing subscribers.", mAlert.id()); ALOGI("An anomaly (%lld) has occurred! Informing subscribers.", mAlert.id()); informSubscribers(key); } else { ALOGI("An anomaly (with no id) has occurred! Not informing any subscribers."); Loading