mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-16 08:34:10 +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)
|
void Generate(wxDebugReport::Context ctx)
|
||||||
{
|
{
|
||||||
wxDebugReportCompress rpt;
|
wxDebugReportCompress rpt;
|
||||||
//rpt.AddAll(ctx);
|
rpt.AddAll(ctx);
|
||||||
|
|
||||||
wxFileNameWrapper fn{ FileNames::DataDir(), wxT("audacity.cfg") };
|
wxFileNameWrapper fn{ FileNames::DataDir(), wxT("audacity.cfg") };
|
||||||
rpt.AddFile(fn.GetFullPath(), _TS("Audacity Configuration"));
|
rpt.AddFile(fn.GetFullPath(), _TS("Audacity Configuration"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user