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

Commit a615139d authored by Dima Zavin's avatar Dima Zavin Committed by Android Git Automerger
Browse files

am f817218e: dumpstate: Pick up the last kernel log from /proc

Merge commit 'f817218e' into eclair-plus-aosp

* commit 'f817218e':
  dumpstate: Pick up the last kernel log from /proc
parents 0f53c79d f817218e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ static void dumpstate(int full) {
        PRINT("------ PACKAGE UID ERRORS ------");
        DUMP("/data/system/uiderrors.txt");

        dump_kernel_log("/data/dontpanic/last_kmsg", "LAST KMSG");
        dump_kernel_log("/proc/last_kmsg", "LAST KMSG");

        PRINT("------ LAST RADIO LOG ------");
        EXEC1("parse_radio_log", "/proc/last_radio_log");