This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Foundation | |
| import OSLog | |
| @available(iOS 15.0, *) | |
| final class LogReportCreator { | |
| enum LogReportCreatorError: Error { | |
| case noEntries | |
| case unableToFindCachesDirectory | |
| case unknownError(error: Error) |