KSCrash icon indicating copy to clipboard operation
KSCrash copied to clipboard

How to use currentSnapshotUserReportedExceptionHandler ?

Open CXTretar opened this issue 4 years ago • 0 comments

I have the same question. #399 When I use currentSnapshotUserReportedExceptionHandler like this, KSCrash generates two reports everytime.

KSCrash *handler = [KSCrash sharedInstance];
NSSetUncaughtExceptionHandler(handler.currentSnapshotUserReportedExceptionHandler);

CXTretar avatar Aug 16 '21 10:08 CXTretar