码迷,mamicode.com
首页 > 其他好文 > 详细

bugly crash统计和分析

时间:2017-11-10 20:34:15      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:start   nbsp   pid   with   art   iap   tps   需要   ppi   

1,官网 https://bugly.qq.com/v2/crash-reporting/crashes/4ea154f304?pid=2

新建一个产品 需要一个appid

 

2,集成pod ‘Bugly‘ 

在appdelegate里面实例化

#import <Bugly/Bugly.h>

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{

    [Bugly startWithAppId:@"4ea154f304"];//这个是官网新建产品的appid

}

 

注:测试的时候真机不能连着xcode

bugly crash统计和分析

标签:start   nbsp   pid   with   art   iap   tps   需要   ppi   

原文地址:http://www.cnblogs.com/liaolijun/p/7815819.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!