How to get Class , method and line number of uncaught exception using NSSetUncaughtExceptionHandler
问题 I used NSSetUncaughtExceptionHandler(&HandleExceptions); for handling uncaught exceptions in the method void HandleExceptions(NSException *exception) { } I want to print Class , method and line number where that exception occurred any solution?? I am getting Following stack trace 0 appName 0x00000001000b6a20 HandleExceptions + 584 1 appName 0x00000001002175f0 GAIUncaughtExceptionHandler + 716 2 CoreFoundation 0x00000001852fe95c <redacted> + 692 3 libobjc.A.dylib 0x0000000195a103b4 <redacted>