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

Commit c071b372 authored by Michael Wright's avatar Michael Wright Committed by Gerrit Code Review
Browse files

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

parents cfaaa938 6430d17b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1010,6 +1010,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');
        }