Skip to content

Instantly share code, notes, and snippets.

@sadaco
Created November 13, 2012 11:14
Show Gist options
  • Select an option

  • Save sadaco/4065268 to your computer and use it in GitHub Desktop.

Select an option

Save sadaco/4065268 to your computer and use it in GitHub Desktop.
Logging
@try {
// some exception throwing code
} @catch (NSException *exc) {
NSDictionary *data = [NSDictionary dictionaryWithObjects:[NSArray arrayWithObjects:@"sample-value", nil]
forKeys:[NSArray arrayWithObjects:@"sample-key", nil]];
BUGSENSE_LOG(exc, data);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment