summaryrefslogtreecommitdiff
path: root/apt-private
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2025-03-20 09:27:08 +0000
committerJulian Andres Klode <jak@debian.org>2025-03-20 09:27:08 +0000
commit7ef14b64596bd0ca78feaea5fda22b8d524de286 (patch)
tree930952bbc30c82538982dd0343d26573195ba87f /apt-private
parentd4d1366ef45d4002e1fd05ef8bdcb0c5039b8370 (diff)
parent8ed6bea2083e055b50dfbd8bebf1355cce502f3f (diff)
Merge branch 'smaller-dumps' into 'main'
Write minimized EDSP dumps in crash report, Dir::log::solver See merge request apt-team/apt!465
Diffstat (limited to 'apt-private')
-rw-r--r--apt-private/private-install.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-private/private-install.cc b/apt-private/private-install.cc
index 29e23a57e..e3d176ffe 100644
--- a/apt-private/private-install.cc
+++ b/apt-private/private-install.cc
@@ -107,7 +107,7 @@ static void WriteApportReport(pkgCacheFile &Cache, std::string &title, std::vect
edspFlags |= EDSP::Request::FORBID_NEW_INSTALL;
EDSP::WriteRequest(Cache, edspDump, edspFlags, &Progress);
- EDSP::WriteScenario(Cache, edspDump, &Progress);
+ EDSP::WriteLimitedScenario(Cache, edspDump, &Progress);
edspDump.Close();
Progress.OverallProgress(50, 100, 50, _("Writing error report"));