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

Commit 685bd276 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Add linkerconfig into dumpstate" am: 0373c65c

Change-Id: I894e1d948eb15adbbbaf0bd4e90fc3fca8cd4472
parents 31a7b092 0373c65c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -156,6 +156,7 @@ void add_mountinfo();
#define WMTRACE_DATA_DIR "/data/misc/wmtrace"
#define OTA_METADATA_DIR "/metadata/ota"
#define SNAPSHOTCTL_LOG_DIR "/data/misc/snapshotctl_log"
#define LINKERCONFIG_DIR "/linkerconfig"

// TODO(narayan): Since this information has to be kept in sync
// with tombstoned, we should just put it in a common header.
@@ -1517,6 +1518,9 @@ static Dumpstate::RunStatus dumpstate() {
    // This differs from the usual dumpsys stats, which is the stats report data.
    RunDumpsys("STATSDSTATS", {"stats", "--metadata"});

    // Add linker configuration directory
    ds.AddDir(LINKERCONFIG_DIR, true);

    RUN_SLOW_FUNCTION_WITH_CONSENT_CHECK(DumpIncidentReport);

    return Dumpstate::RunStatus::OK;