Loading metricsd/uploader/upload_service.cc +1 −0 Original line number Diff line number Diff line Loading @@ -183,6 +183,7 @@ void UploadService::GatherHistograms() { base::StatisticsRecorder::GetHistograms(&histograms); histogram_snapshot_manager_.PrepareDeltas( histograms.begin(), histograms.end(), base::Histogram::kNoFlags, base::Histogram::kUmaTargetedHistogramFlag); // Gather and reset the crash counters, shared with the binder threads. Loading Loading
metricsd/uploader/upload_service.cc +1 −0 Original line number Diff line number Diff line Loading @@ -183,6 +183,7 @@ void UploadService::GatherHistograms() { base::StatisticsRecorder::GetHistograms(&histograms); histogram_snapshot_manager_.PrepareDeltas( histograms.begin(), histograms.end(), base::Histogram::kNoFlags, base::Histogram::kUmaTargetedHistogramFlag); // Gather and reset the crash counters, shared with the binder threads. Loading