CrashReportermacOS 崩溃数据自动收集工具
CrashReporter 是适用于 macOS 的崩溃报告收集工具,CrashReporter 能够自动收集这些信息,因为并非每个用户都能够从内置控制台应用程序向你发送.crash
文件。
要求
- macOS 10.12+
- Xcode 10.2+
- Swift 5+
对于可选的服务器端点脚本,您需要 PHP 7.x。
安装
Carthage
github "CleanCocoa/CrashReporter"
CocoaPods
pod 'CrashReporterMac'
SwiftPM
.package(url: "https://github.com/CleanCocoa/CrashReporter", from: "0.2.0")
评论