Created
January 18, 2017 15:56
-
-
Save hammadzz/9976c3581f332896ddad62d6f7e68d2b to your computer and use it in GitHub Desktop.
Reporting Crashlytics Error
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
#import "ViewController.h" | |
#import <Crashlytics/Crashlytics.h> | |
@interface ViewController () | |
@end | |
@implementation ViewController | |
- (void)logCustomInfo | |
{ | |
CLS_LOG(@"Logging custom info!"); | |
[CrashlyticsKit recordError:<#(nonnull NSError *)#>]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment