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

Commit 74c90b9f authored by Peter Collingbourne's avatar Peter Collingbourne Committed by Automerger Merge Worker
Browse files

Merge "Add some /proc files to bug reports." am: 53c14aa1 am: 75acf7f7 am:...

Merge "Add some /proc files to bug reports." am: 53c14aa1 am: 75acf7f7 am: ba1e0c94 am: bbf33664 am: 2a01be38

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2439353



Change-Id: Iec03e6b1c413ecc422511852fad1f15193f0c08f
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b5eb675b 2a01be38
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1902,6 +1902,9 @@ Dumpstate::RunStatus Dumpstate::DumpstateDefaultAfterCritical() {
    }
    ds.AddDir(PREREBOOT_DATA_DIR, false);
    add_mountinfo();
    for (const char* path : {"/proc/cpuinfo", "/proc/meminfo"}) {
        ds.AddZipEntry(ZIP_ROOT_DIR + path, path);
    }
    DumpIpTablesAsRoot();
    DumpDynamicPartitionInfo();
    ds.AddDir(OTA_METADATA_DIR, true);