Loading fs_mgr/libsnapshot/snapshot.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -2505,7 +2505,9 @@ bool SnapshotManager::HandleImminentDataWipe(const std::function<void()>& callba } UpdateState state = ProcessUpdateState([&]() -> bool { if (callback) { callback(); } return true; }); LOG(INFO) << "Update state in recovery: " << state; Loading Loading
fs_mgr/libsnapshot/snapshot.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -2505,7 +2505,9 @@ bool SnapshotManager::HandleImminentDataWipe(const std::function<void()>& callba } UpdateState state = ProcessUpdateState([&]() -> bool { if (callback) { callback(); } return true; }); LOG(INFO) << "Update state in recovery: " << state; Loading