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:
parent
5900c52492
commit
f0d0198850
@ -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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user