From 4d1894abc4e2b33032b0a74c5946f9db6393c24d Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Thu, 11 Jul 2024 09:53:23 -0700 Subject: [PATCH] Add debug logs to understand update start delay Test: th Bug: 352332753 Change-Id: I7c8f11409dc2a1312813b29a4c523b3fe17833c4 --- fs_mgr/libsnapshot/snapshot.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/fs_mgr/libsnapshot/snapshot.cpp b/fs_mgr/libsnapshot/snapshot.cpp index 3a474d710..4d5531535 100644 --- a/fs_mgr/libsnapshot/snapshot.cpp +++ b/fs_mgr/libsnapshot/snapshot.cpp @@ -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()