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

Commit 72ab563b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "remount: Add checkpoint instructions with warning" am: 99b26cf4 am:...

Merge "remount: Add checkpoint instructions with warning" am: 99b26cf4 am: 4e9c95a3 am: 9d88ff33

Original change: https://android-review.googlesource.com/c/platform/system/core/+/2385292



Change-Id: Ic0fcb316a3209d1468c4d3ec1a5cdb09d755acf5
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 5f2af72b 9d88ff33
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -175,6 +175,8 @@ bool VerifyCheckpointing() {
    }
    if (checkpointing) {
        LOG(ERROR) << "Cannot use remount when a checkpoint is in progress.";
        LOG(ERROR) << "To force end checkpointing, call 'vdc checkpoint commitChanges'";
        LOG(ERROR) << "Warning: this can lead to data corruption if rolled back.";
        return false;
    }
    return true;