1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-02 17:23:18 +02:00

Restore traceback in crash-report.

This commit is contained in:
James Crook 2020-03-08 17:41:59 +00:00
parent 5900c52492
commit f0d0198850

View File

@ -25,7 +25,7 @@ namespace CrashReport {
void Generate(wxDebugReport::Context ctx)
{
wxDebugReportCompress rpt;
//rpt.AddAll(ctx);
rpt.AddAll(ctx);
wxFileNameWrapper fn{ FileNames::DataDir(), wxT("audacity.cfg") };
rpt.AddFile(fn.GetFullPath(), _TS("Audacity Configuration"));