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

Commit 7174fcf6 authored by Iliyan Malchev's avatar Iliyan Malchev Committed by Android Git Automerger
Browse files

am f9bf75d5: am e2071c6b: Merge change I326e3e29 into eclair

Merge commit 'f9bf75d5' into eclair-mr2-plus-aosp

* commit 'f9bf75d5':
  dumpstate: include the contents of the last radio log
parents d5f787ab f9bf75d5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -113,6 +113,10 @@ static void dumpstate(int full) {
        DUMP("/data/system/uiderrors.txt");

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

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

        dump_kernel_log("/data/dontpanic/apanic_console",
                        "PANIC CONSOLE");
        dump_kernel_log("/data/dontpanic/apanic_threads",