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

Commit 90e080b2 authored by Michael Wright's avatar Michael Wright Committed by Automerger Merge Worker
Browse files

Merge "Watchdog: Add doSysRq m right after doSysRq w" into main am: c071b372

parents 9016fc4a c071b372
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1011,6 +1011,7 @@ public class Watchdog implements Dumpable {
            // Trigger the kernel to dump all blocked threads, and backtraces on all CPUs to the
            // kernel log
            doSysRq('w');
            doSysRq('m');
            doSysRq('l');
        }