Clarify requirement of a capture for device lost errors

This commit is contained in:
baldurk
2021-09-27 12:49:58 +01:00
parent 62d6ffaec2
commit d386df55b9
6 changed files with 29 additions and 4 deletions
+9
View File
@@ -160,6 +160,15 @@ CaptureContext::CaptureContext(PersistantConfig &cfg) : m_Config(cfg)
add_report = true;
}
else if(CrashDialog::CaptureTooLarge(m_Config))
{
text +=
tr("<html>Your capture is too lage to upload as a crash report so this can't be "
"automatically reported. "
"Please email me at <a "
"href=\"mailto:baldurk@baldurk.org?subject=RenderDoc%20Unrecoverable%20error\">"
"baldurk@baldurk.org</a> with information and I can help investigate.</html>");
}
else
{
text += tr("The capture must be saved locally if you want to report this as a bug. ");