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

Commit 4101ba7b authored by Bertrand Simonnet's avatar Bertrand Simonnet Committed by android-build-merger
Browse files

Merge "metricsd: Persist metrics on shutdown."

am: 195bbc71

* commit '195bbc71':
  metricsd: Persist metrics on shutdown.
parents 0252f433 195bbc71
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@ int UploadService::OnInit() {

void UploadService::OnShutdown(int* exit_code) {
  metricsd_service_runner_.Stop();
  PersistToDisk();
}

void UploadService::InitForTest(SystemProfileSetter* setter) {