Merge "Add debug logs to understand update start delay" into main

This commit is contained in:
Treehugger Robot 2024-07-12 18:42:02 +00:00 committed by Gerrit Code Review
commit 291724b621

View file

@ -2876,6 +2876,7 @@ bool SnapshotManager::UnmapAllSnapshots(LockedFile* lock) {
return false;
}
}
LOG(INFO) << "Unmapped " << snapshots.size() << " partitions with snapshots";
// Terminate the daemon and release the snapuserd_client_ object.
// If we need to re-connect with the daemon, EnsureSnapuserdConnected()