AboutWindow.setDebugInfo
void setDebugInfo(string debugInfo)Sets the debug information for self.
Debug information will be shown on the Troubleshooting page. It's intended to be attached to issue reports when reporting issues against the application.
adw.about_window.AboutWindow provides a quick way to save debug information to a file. When saving, adw.about_window.AboutWindow.debugInfoFilename would be used as the suggested filename.
Debug information cannot contain markup or links.
Parameters
debugInfo | the debug information |