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

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

Merge "dumpstate: collect snapshotctl logs without root." into rvc-dev am:...

Merge "dumpstate: collect snapshotctl logs without root." into rvc-dev am: 76f7f29f am: 4c0eea82 am: 3f9045ef

Change-Id: I0d4450640bb5a3a5402e5fb9cf8997cd4faf3d8f
parents 1e7fd0df 3f9045ef
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1477,6 +1477,8 @@ static Dumpstate::RunStatus dumpstate() {
        ds.AddDir(WMTRACE_DATA_DIR, false);
    }

    ds.AddDir(SNAPSHOTCTL_LOG_DIR, false);

    RUN_SLOW_FUNCTION_WITH_CONSENT_CHECK(ds.DumpstateBoard);

    /* Migrate the ril_dumpstate to a device specific dumpstate? */
@@ -1605,7 +1607,6 @@ Dumpstate::RunStatus Dumpstate::DumpstateDefaultAfterCritical() {
    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);