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

Commit 2262c163 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

dumpstate: add pstore read

Call logcat -L to pull any LAST Android logs. If the kernel is not
configured for PSTORE and PSTORE_PMSG, the hopes are the empty
content will pressure vendors to slice up and configure support.

Change-Id: I5fddfa1e0f59f24fccc30b257ba68af8a8cf8640
parent 56f8c6c4
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -214,6 +214,10 @@ static void dumpstate() {
    dump_file("LAST PANIC CONSOLE", "/data/dontpanic/apanic_console");
    dump_file("LAST PANIC CONSOLE", "/data/dontpanic/apanic_console");
    dump_file("LAST PANIC THREADS", "/data/dontpanic/apanic_threads");
    dump_file("LAST PANIC THREADS", "/data/dontpanic/apanic_threads");


    /* kernels must set CONFIG_PSTORE_PMSG, slice up pstore with device tree */
    run_command("LAST LOGCAT", 10, "logcat", "-L", "-v", "threadtime",
                                             "-b", "all", "-d", "*:v", NULL);

    for_each_userid(do_dump_settings, NULL);
    for_each_userid(do_dump_settings, NULL);


    /* The following have a tendency to get wedged when wifi drivers/fw goes belly-up. */
    /* The following have a tendency to get wedged when wifi drivers/fw goes belly-up. */