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

Commit 6be6a4fd authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "init: Specify the data wipe reason." am: d9b9ebb8 am: 431b41b3

am: c8ebc133

Change-Id: Idb25388582595642b47e6049cb425e3e561db974
parents e432dc58 c8ebc133
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -559,7 +559,7 @@ static int queue_fs_event(int code) {
    } else if (code == FS_MGR_MNTALL_DEV_NEEDS_RECOVERY) {
        /* Setup a wipe via recovery, and reboot into recovery */
        PLOG(ERROR) << "fs_mgr_mount_all suggested recovery, so wiping data via recovery.";
        ret = wipe_data_via_recovery("wipe_data_via_recovery");
        ret = wipe_data_via_recovery("fs_mgr_mount_all");
        /* If reboot worked, there is no return. */
    } else if (code == FS_MGR_MNTALL_DEV_FILE_ENCRYPTED) {
        if (e4crypt_install_keyring()) {