Loading fs_mgr/libsnapshot/snapshot.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -2404,6 +2404,9 @@ bool SnapshotManager::NeedSnapshotsInFirstStageMount() { PLOG(ERROR) << "Unable to write rollback indicator: " << path; } else { LOG(INFO) << "Rollback detected, writing rollback indicator to " << path; if (device_->IsTempMetadata()) { CleanupScratchOtaMetadataIfPresent(); } } } LOG(INFO) << "Not booting from new slot. Will not mount snapshots."; Loading Loading
fs_mgr/libsnapshot/snapshot.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -2404,6 +2404,9 @@ bool SnapshotManager::NeedSnapshotsInFirstStageMount() { PLOG(ERROR) << "Unable to write rollback indicator: " << path; } else { LOG(INFO) << "Rollback detected, writing rollback indicator to " << path; if (device_->IsTempMetadata()) { CleanupScratchOtaMetadataIfPresent(); } } } LOG(INFO) << "Not booting from new slot. Will not mount snapshots."; Loading