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

Commit 1143dde5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Stop respawning serial console if disabled" am: a6b295b9 am: 270959a3 am: cf060389

parents 51ff34ae cf060389
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -453,6 +453,7 @@ Result<void> Service::CheckConsole() {
    // disable services requiring the console. For older kernels and boot
    // images, not setting this at all will fall back to the old behavior
    if (GetProperty("ro.boot.serialconsole", "") == "0") {
        flags_ |= SVC_DISABLED;
        return {};
    }