Skip to content

Instantly share code, notes, and snippets.

@PanosJee
Created January 23, 2012 22:31
Show Gist options
  • Save PanosJee/1665864 to your computer and use it in GitHub Desktop.
Save PanosJee/1665864 to your computer and use it in GitHub Desktop.
BugSense Log iOS
@try {
// some exception throwing code
} @catch (NSException *exc) {
BUGSENSE_LOG(exc, @"Tag");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment