Skip to content

Instantly share code, notes, and snippets.

@hammadzz
Created January 18, 2017 15:56
Show Gist options
  • Save hammadzz/9976c3581f332896ddad62d6f7e68d2b to your computer and use it in GitHub Desktop.
Save hammadzz/9976c3581f332896ddad62d6f7e68d2b to your computer and use it in GitHub Desktop.
Reporting Crashlytics Error
#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