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

Commit 57904549 authored by Nandana Dutt's avatar Nandana Dutt Committed by android-build-merger
Browse files

Merge changes I7f697d1d,I60f47a48 am: 6c101418 am: 7f4fc5e3

am: 066d04e7

Change-Id: Ic044b494ad9e082bf5000f081e3dca5b52be66f6
parents 2aec978b 066d04e7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -123,7 +123,6 @@ cc_binary {
        "lsmod",
        "lsof",
        "netstat",
        "parse_radio_log",
        "printenv",
        "procrank",
        "screencap",
+0 −3
Original line number Diff line number Diff line
@@ -1316,8 +1316,6 @@ static Dumpstate::RunStatus dumpstate() {

    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. */
    DumpFile("BINDER FAILED TRANSACTION LOG", "/sys/kernel/debug/binder/failed_transaction_log");
    DumpFile("BINDER TRANSACTION LOG", "/sys/kernel/debug/binder/transaction_log");
@@ -2294,7 +2292,6 @@ Dumpstate::RunStatus Dumpstate::DumpOptions::Initialize(int argc, char* argv[])
        }
    }

    // TODO: use helper function to convert argv into a string
    for (int i = 0; i < argc; i++) {
        args += argv[i];
        if (i < argc - 1) {
+1 −2
Original line number Diff line number Diff line
@@ -441,8 +441,7 @@ class Dumpstate {
    // Full path of the bugreport file, be it zip or text, inside bugreport_internal_dir_.
    std::string path_;

    // TODO: If temporary this should be removed at the end.
    // Full path of the temporary file containing the screenshot (when requested).
    // Full path of the file containing the screenshot (when requested).
    std::string screenshot_path_;

    // Pointer to the zipped file.