DebugReportable
public protocol DebugReportable : AnyObject
Classes conforming to this protocol can provide debug reports when Flint.gatherReportZip
is called.
Use in apps to expose app-specific debug information that may be useful for troubleshooting.
See
DebugReporting.add(:)
for registering your own reportable objet to be included.
-
Undocumented
Declaration
Swift
func copyReport(to path: URL, options: Set<DebugReportOption>) throws