NSGetUncaughtExceptionHandler
Returns the top-level error handler.
トップレベルのエラーハンドラを返します。
- reportException:
Logs a given exception by calling
NSLog()
.
与えられた例外をNSLog()
を呼ぶことによってログします。
Availability 有効性
Technology
void NSSetUncaughtExceptionHandler(NSUncaughtExceptionHandler
*);
Sets the top-level error-handling function where you can perform last-minute logging before the program terminates. トップレベルのエラー処理関数を設定します、そこにおいてあなたはプログラムを終わらせる前に最後の瞬間のログを実行できます。
NSGetUncaughtExceptionHandler
- reportException:
NSLog()
.
与えられた例外をNSLog()
を呼ぶことによってログします。