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.