mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-06 14:51:04 +00:00
Tweak the phrasing of crash dialog to better explain what happened
* In particular make it clear that crashes caught in the injected program may or may not be a RenderDoc bug. Even if we could point the finger to a particular DLL we can't necessarily tie that DLL to the responsibility of either us or the application.
This commit is contained in:
@@ -2701,6 +2701,7 @@ void MainWindow::on_action_Send_Error_Report_triggered()
|
||||
json[lit("version")] = lit(FULL_VERSION_STRING);
|
||||
json[lit("gitcommit")] = QString::fromLatin1(RENDERDOC_GetCommitHash());
|
||||
json[lit("replaycrash")] = 1;
|
||||
json[lit("manual")] = 1;
|
||||
json[lit("report")] = (QString)report;
|
||||
|
||||
CrashDialog crash(m_Ctx.Config(), json, this);
|
||||
|
||||
Reference in New Issue
Block a user