mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-04 07:40:12 +01:00
Add audio device info to support data
This commit is contained in:
@@ -1032,6 +1032,11 @@ void AudacityApp::GenerateCrashReport(wxDebugReport::Context ctx)
|
|||||||
rpt.AddFile(FileNames::PluginRegistry(), wxT("Plugin Registry"));
|
rpt.AddFile(FileNames::PluginRegistry(), wxT("Plugin Registry"));
|
||||||
rpt.AddFile(FileNames::PluginSettings(), wxT("Plugin Settings"));
|
rpt.AddFile(FileNames::PluginSettings(), wxT("Plugin Settings"));
|
||||||
|
|
||||||
|
if (ctx == wxDebugReport::Context_Current)
|
||||||
|
{
|
||||||
|
rpt.AddText(wxT("audiodev.txt"), gAudioIO->GetDeviceInfo(), wxT("Audio Device Info"));
|
||||||
|
}
|
||||||
|
|
||||||
AudacityLogger *logger = GetLogger();
|
AudacityLogger *logger = GetLogger();
|
||||||
if (logger)
|
if (logger)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user