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

Commit e019268a 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 am:...

Merge "Make init.updatable_crashing a read/write property" am: baca43b3 am: 00a530af am: ca79804c
am: 7d3b49e4

Change-Id: I45b365d7ee7ba0307a7fb63a58b62fb3b85273fb
parents da6327eb 7d3b49e4
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 {