Skip to content

Instantly share code, notes, and snippets.

@naan
Created July 29, 2010 00:20
Show Gist options
  • Save naan/496840 to your computer and use it in GitHub Desktop.
Save naan/496840 to your computer and use it in GitHub Desktop.
void uncaughtExceptionHandler(NSException *exception) {
// touch file or write nsdeafult
}
- (void)applicationDidFinishLaunching:(UIApplication *)application {
NSSetUncaughtExceptionHandler(&uncaughtExceptionHandler);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment