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

Commit bbe79fed authored by Veena Arvind's avatar Veena Arvind Committed by Automerger Merge Worker
Browse files

Merge "Scan for quiescent in sub reason and details" into main am: fe7e089a

parents 6951e8d7 fe7e089a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1083,7 +1083,8 @@ void HandlePowerctlMessage(const std::string& command) {
                        return;
                    }
                }
            } else if (reboot_target == "quiescent") {
            } else if (std::find(cmd_params.begin(), cmd_params.end(), "quiescent")
                    != cmd_params.end()) { // Quiescent can be either subreason or details.
                bootloader_message boot = {};
                if (std::string err; !read_bootloader_message(&boot, &err)) {
                    LOG(ERROR) << "Failed to read bootloader message: " << err;