Created
November 13, 2012 11:14
-
-
Save sadaco/4065268 to your computer and use it in GitHub Desktop.
Logging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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