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

Commit ca79804c 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: 00a530af

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