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

Commit f4b01a71 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Add snapshotctl_log to bugreport" am: 65482293 am: 31a7b092

Change-Id: I5709163e3a0f1dfb4849ae7957bba4aa3eecd046
parents a4abf8f7 31a7b092
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -155,6 +155,7 @@ void add_mountinfo();
#define WLUTIL "/vendor/xbin/wlutil"
#define WMTRACE_DATA_DIR "/data/misc/wmtrace"
#define OTA_METADATA_DIR "/metadata/ota"
#define SNAPSHOTCTL_LOG_DIR "/data/misc/snapshotctl_log"

// TODO(narayan): Since this information has to be kept in sync
// with tombstoned, we should just put it in a common header.
@@ -1551,6 +1552,7 @@ static Dumpstate::RunStatus DumpstateDefault() {
    ds.AddDir(RECOVERY_DATA_DIR, true);
    ds.AddDir(UPDATE_ENGINE_LOG_DIR, true);
    ds.AddDir(LOGPERSIST_DATA_DIR, false);
    ds.AddDir(SNAPSHOTCTL_LOG_DIR, false);
    if (!PropertiesHelper::IsUserBuild()) {
        ds.AddDir(PROFILE_DATA_DIR_CUR, true);
        ds.AddDir(PROFILE_DATA_DIR_REF, true);