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

Commit d1f5a817 authored by Gavin Corkery's avatar Gavin Corkery Committed by Gerrit Code Review
Browse files

Merge "Store crashing process name in sysprop"

parents 9af7878e 5d0deb56
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -326,6 +326,7 @@ void Service::Reap(const siginfo_t& siginfo) {
                               << (boot_completed ? "in 4 minutes" : "before boot completed");
                    // Notifies update_verifier and apexd
                    SetProperty("sys.init.updatable_crashing", "1");
                    SetProperty("sys.init.updatable_crashing_process_name", name_);
                }
            }
        } else {