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

Commit 09714080 authored by Alex Vakulenko's avatar Alex Vakulenko Committed by android-build-merger
Browse files

Merge "metricsd: Fix upload service to compile with new libchrome version" am: 5b8ab651

am: f519752a

* commit 'f519752a':
  metricsd: Fix upload service to compile with new libchrome version
parents aca2e3cd f519752a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.