CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
|
#import <UncaughtExceptionHandler.h>
Public Member Functions | |
(void) | - alertView:clickedButtonAtIndex: [implementation] |
(void) | - handleException: [implementation] |
(void) | - validateAndSaveCriticalApplicationData [implementation] |
Static Public Member Functions | |
(NSArray *) | + backtrace [implementation] |
Protected Attributes | |
BOOL | dismissed |
Definition at line 17 of file UncaughtExceptionHandler.h.
- (void) alertView: | (UIAlertView *) | anAlertView | |
clickedButtonAtIndex: | (NSInteger) | anIndex | |
[implementation] |
Definition at line 50 of file UncaughtExceptionHandler.m.
References dismissed.
+ (NSArray *) backtrace | [implementation] |
Definition at line 29 of file UncaughtExceptionHandler.m.
References backtrace, UncaughtExceptionHandlerReportAddressCount, and UncaughtExceptionHandlerSkipAddressCount.
- (void) handleException: | (NSException *) | exception | [implementation] |
Definition at line 63 of file UncaughtExceptionHandler.m.
References dismissed, UncaughtExceptionHandlerSignalExceptionName, UncaughtExceptionHandlerSignalKey, and validateAndSaveCriticalApplicationData.
- (void) validateAndSaveCriticalApplicationData | [implementation] |
Definition at line 58 of file UncaughtExceptionHandler.m.
- (BOOL) dismissed [protected] |
Definition at line 19 of file UncaughtExceptionHandler.h.