适用于iOS的Google Analytics(分析)SDK 2.0是否表示崩溃报告? [英] Does Google Analytics SDK 2.0 for iOS symbolicate crash reports?

查看:85
本文介绍了适用于iOS的Google Analytics(分析)SDK 2.0是否表示崩溃报告?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在他们的网站 Google Analytics(分析)SDK中没有提及 a>

我正在谈论自动未捕获的异常处理:

I am talking about the automatic uncaught exception handling:

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
  [GAI sharedInstance].trackUncaughtExceptions = YES; // Enable 
  //...
}

推荐答案

从理论上讲,只有在您不从应用二进制文件中剥离符号的情况下才有可能,从而导致二进制文件更大(最大30-50%) ).或者,如果您上传dSYM,则也可以获取行号.

In theory this would only be possible if either you don't strip symbols from your app binary, resulting in larger binary files (up to 30-50% bigger). Or if you upload the dSYM, which would allow you to get line numbers too.

由于您无法上传dSYM文件,并且文档中似乎没有要求将符号保留在应用程序二进制文件中,因此它们不会符号化未捕获的异常导致的崩溃.

Since you can't upload dSYM files, and the documentation doesn't seem you to require leaving the symbols in the app binary, they won't symbolicate crashes caused by uncaught exceptions.

这篇关于适用于iOS的Google Analytics(分析)SDK 2.0是否表示崩溃报告?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆