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

Commit 1026cbce authored by Nandana Dutt's avatar Nandana Dutt
Browse files

Remove parse_radio_log

parse_radio_log does not seem to be available:
"*** command 'parse_radio_log /proc/last_radio_log' failed: exit code 1"

BUG: 29319732
Test: `adb bugreport` and verified the error is not there.
Change-Id: I7f697d1da788818f3db7efa92fe71ed7470bc5dc
parent f531f4bc
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -123,7 +123,6 @@ cc_binary {
        "lsmod",
        "lsmod",
        "lsof",
        "lsof",
        "netstat",
        "netstat",
        "parse_radio_log",
        "printenv",
        "printenv",
        "procrank",
        "procrank",
        "screencap",
        "screencap",
+0 −2
Original line number Original line Diff line number Diff line
@@ -1285,8 +1285,6 @@ static Dumpstate::RunStatus dumpstate() {


    RunCommand("FILESYSTEMS & FREE SPACE", {"df"});
    RunCommand("FILESYSTEMS & FREE SPACE", {"df"});


    RunCommand("LAST RADIO LOG", {"parse_radio_log", "/proc/last_radio_log"});

    /* Binder state is expensive to look at as it uses a lot of memory. */
    /* Binder state is expensive to look at as it uses a lot of memory. */
    DumpFile("BINDER FAILED TRANSACTION LOG", "/sys/kernel/debug/binder/failed_transaction_log");
    DumpFile("BINDER FAILED TRANSACTION LOG", "/sys/kernel/debug/binder/failed_transaction_log");
    DumpFile("BINDER TRANSACTION LOG", "/sys/kernel/debug/binder/transaction_log");
    DumpFile("BINDER TRANSACTION LOG", "/sys/kernel/debug/binder/transaction_log");