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

Commit 0aeba4df 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 am: 90e080b2

parents 5311d56f 90e080b2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1016,6 +1016,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');
        }