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

Commit 00a530af authored by Nikita Ioffe's avatar Nikita Ioffe Committed by android-build-merger
Browse files

Merge "Make init.updatable_crashing a read/write property"

am: baca43b3

Change-Id: Ic37900034a30e6e71fc88bb7b64d63b9f31fd48f
parents d4e55ce0 baca43b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -300,7 +300,7 @@ void Service::Reap(const siginfo_t& siginfo) {
                    LOG(ERROR) << "updatable process '" << name_ << "' exited 4 times "
                               << (boot_completed ? "in 4 minutes" : "before boot completed");
                    // Notifies update_verifier and apexd
                    property_set("ro.init.updatable_crashing", "1");
                    property_set("sys.init.updatable_crashing", "1");
                }
            }
        } else {