Loading cmds/dumpstate/dumpstate.cpp +2 −1 Original line number Original line Diff line number Diff line Loading @@ -1477,6 +1477,8 @@ static Dumpstate::RunStatus dumpstate() { ds.AddDir(WMTRACE_DATA_DIR, false); ds.AddDir(WMTRACE_DATA_DIR, false); } } ds.AddDir(SNAPSHOTCTL_LOG_DIR, false); RUN_SLOW_FUNCTION_WITH_CONSENT_CHECK(ds.DumpstateBoard); RUN_SLOW_FUNCTION_WITH_CONSENT_CHECK(ds.DumpstateBoard); /* Migrate the ril_dumpstate to a device specific dumpstate? */ /* Migrate the ril_dumpstate to a device specific dumpstate? */ Loading Loading @@ -1605,7 +1607,6 @@ Dumpstate::RunStatus Dumpstate::DumpstateDefaultAfterCritical() { ds.AddDir(RECOVERY_DATA_DIR, true); ds.AddDir(RECOVERY_DATA_DIR, true); ds.AddDir(UPDATE_ENGINE_LOG_DIR, true); ds.AddDir(UPDATE_ENGINE_LOG_DIR, true); ds.AddDir(LOGPERSIST_DATA_DIR, false); ds.AddDir(LOGPERSIST_DATA_DIR, false); ds.AddDir(SNAPSHOTCTL_LOG_DIR, false); if (!PropertiesHelper::IsUserBuild()) { if (!PropertiesHelper::IsUserBuild()) { ds.AddDir(PROFILE_DATA_DIR_CUR, true); ds.AddDir(PROFILE_DATA_DIR_CUR, true); ds.AddDir(PROFILE_DATA_DIR_REF, true); ds.AddDir(PROFILE_DATA_DIR_REF, true); Loading Loading
cmds/dumpstate/dumpstate.cpp +2 −1 Original line number Original line Diff line number Diff line Loading @@ -1477,6 +1477,8 @@ static Dumpstate::RunStatus dumpstate() { ds.AddDir(WMTRACE_DATA_DIR, false); ds.AddDir(WMTRACE_DATA_DIR, false); } } ds.AddDir(SNAPSHOTCTL_LOG_DIR, false); RUN_SLOW_FUNCTION_WITH_CONSENT_CHECK(ds.DumpstateBoard); RUN_SLOW_FUNCTION_WITH_CONSENT_CHECK(ds.DumpstateBoard); /* Migrate the ril_dumpstate to a device specific dumpstate? */ /* Migrate the ril_dumpstate to a device specific dumpstate? */ Loading Loading @@ -1605,7 +1607,6 @@ Dumpstate::RunStatus Dumpstate::DumpstateDefaultAfterCritical() { ds.AddDir(RECOVERY_DATA_DIR, true); ds.AddDir(RECOVERY_DATA_DIR, true); ds.AddDir(UPDATE_ENGINE_LOG_DIR, true); ds.AddDir(UPDATE_ENGINE_LOG_DIR, true); ds.AddDir(LOGPERSIST_DATA_DIR, false); ds.AddDir(LOGPERSIST_DATA_DIR, false); ds.AddDir(SNAPSHOTCTL_LOG_DIR, false); if (!PropertiesHelper::IsUserBuild()) { if (!PropertiesHelper::IsUserBuild()) { ds.AddDir(PROFILE_DATA_DIR_CUR, true); ds.AddDir(PROFILE_DATA_DIR_CUR, true); ds.AddDir(PROFILE_DATA_DIR_REF, true); ds.AddDir(PROFILE_DATA_DIR_REF, true); Loading