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

Commit 6533e029 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Rename FS_MGR_FS_STAT into FS_MGR_FS_STAT_DATA_PARTITION am: b95f21f9

Change-Id: Iec8da66bc59678bae4c19ff43b2ebaefd17e109a
parents 39ae2191 b95f21f9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3973,10 +3973,10 @@ message BootTimeEventErrorCode {
        // as UMOUNT_STAT_* from init/reboot.cpp.
        // Logged from f/b/services/.../BootReceiver.java.
        SHUTDOWN_UMOUNT_STAT = 2;
        // Reprepsents fie system mounting error code for the current boot. Error codes defined
        // as combination of FsStatFlags from system/core/fs_mgr/fs_mgr.cpp.
        // Reprepsents fie system mounting error code of /data partition for the current boot.
        // Error codes defined as combination of FsStatFlags from system/core/fs_mgr/fs_mgr.cpp.
        // Logged from f/b/services/.../BootReceiver.java.
        FS_MGR_FS_STAT = 3;
        FS_MGR_FS_STAT_DATA_PARTITION = 3;
    }

    // Type of the event.