Fix crash handler
This commit is contained in:
@@ -6,7 +6,9 @@ import UIKit
|
||||
|
||||
class ApplicationDelegate: NSObject, UIApplicationDelegate {
|
||||
func application(_: UIApplication, didFinishLaunchingWithOptions _: [UIApplication.LaunchOptionsKey: Any]? = nil) -> Bool {
|
||||
LibboxPrepareCrashSignalHandlers()
|
||||
NativeCrashReporter.installForCurrentProcess()
|
||||
LibboxReinstallCrashSignalHandlers()
|
||||
NSLog("Here I stand")
|
||||
let options = LibboxSetupOptions()
|
||||
options.basePath = FilePath.sharedDirectory.relativePath
|
||||
|
||||
Reference in New Issue
Block a user