KSCrash
KSCrash copied to clipboard
How to use currentSnapshotUserReportedExceptionHandler ?
I have the same question. #399
When I use currentSnapshotUserReportedExceptionHandler like this, KSCrash generates two reports everytime.
KSCrash *handler = [KSCrash sharedInstance];
NSSetUncaughtExceptionHandler(handler.currentSnapshotUserReportedExceptionHandler);