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

Commit 195bbc71 authored by Bertrand Simonnet's avatar Bertrand Simonnet Committed by Gerrit Code Review
Browse files

Merge "metricsd: Persist metrics on shutdown."

parents 39010030 d6862317
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) {