mirror of
https://github.com/zhigang1992/shadowsocks-iOS.git
synced 2026-04-29 17:56:00 +08:00
add Crashlytics
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
// Created by clowwindy on 2/16/13.
|
||||
// Copyright (c) 2013 clowwindy. All rights reserved.
|
||||
//
|
||||
#import <Crashlytics/Crashlytics.h>
|
||||
|
||||
#import "SWBAppDelegate.h"
|
||||
|
||||
@@ -21,7 +22,8 @@ void polipo_exit();
|
||||
}
|
||||
|
||||
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
|
||||
|
||||
[Crashlytics startWithAPIKey:@"fa65e4ab45ef1c9c69682529bee0751cd22d5d80"];
|
||||
|
||||
[[UIApplication sharedApplication] beginBackgroundTaskWithExpirationHandler:^{
|
||||
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user