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

Commit e55818cd authored by Tom Cherry's avatar Tom Cherry Committed by Gerrit Code Review
Browse files

Merge "init: only print backtraces on subsequent reboots with a value"

parents bc1a6191 9174a9bf
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -489,8 +489,10 @@ uint32_t HandlePropertySet(const std::string& name, const std::string& value,
        }
        LOG(INFO) << "Received sys.powerctl='" << value << "' from pid: " << cr.pid
                  << process_log_string;
        if (!value.empty()) {
            DebugRebootLogging();
        }
    }

    // If a process other than init is writing a non-empty value, it means that process is
    // requesting that init performs a restorecon operation on the path specified by 'value'.