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

Commit a4ad2671 authored by Shaju Mathew's avatar Shaju Mathew Committed by Automerger Merge Worker
Browse files

Merge "Addressing error-code propagation for remount service." am: cab12f8a am: e06454fb

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

Change-Id: I383fcbf9603ec138755fcf0fa889199a55c7ee67
parents 83abeb86 e06454fb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -481,6 +481,7 @@ int main(int argc, char* argv[]) {
    int result = do_remount(argc, argv);
    if (result == MUST_REBOOT) {
        LOG(INFO) << "Now reboot your device for settings to take effect";
        result = 0;
    } else if (result == REMOUNT_SUCCESS) {
        printf("remount succeeded\n");
    } else {