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

Commit 0c78cf96 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "bootstat: Remove long key press check" into main

parents 277533b7 fa544b55
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -1079,12 +1079,7 @@ std::string BootReasonStrToReason(const std::string& boot_reason) {
      }

      // Check for kernel panics, allowed to override reboot command.
      if (!addKernelPanicSubReason(console, ret) &&
          // check for long-press power down
          ((console.rfind("Power held for ") != std::string::npos) ||
           (console.rfind("charger: [") != std::string::npos))) {
        ret = "cold";
      }
      (void)addKernelPanicSubReason(console, ret);
    }

    // TODO: use the HAL to get battery level (http://b/77725702).