NSSetUncaughtExceptionHandler
Changes the top-level error handler.
トップレベルのエラーハンドラを変更します。
Availability 有効性
Technology
NSUncaughtExceptionHandler
* NSGetUncaughtExceptionHandler(void);
A pointer to the top-level error-handling function where you can perform last-minute logging before the program terminates. トップレベルのエラー処理関数へのポインタ、そこにおいてあなたはプログラムを終わらせる前に最後の瞬間のログを実行できます。
NSSetUncaughtExceptionHandler