简体   繁体   English

我应该在Google Analytics中使用“复制时剥离调试符号”和“剥离链接产品”吗?

[英]Should I use 'Strip Debug Symbols During Copy' and 'Strip Linked Produts' with Google Analytics?

I have used TestFlight for remote crash reporting. 我使用TestFlight进行远程崩溃报告。 Now I'm using Google Analytics for that. 现在我正在使用Google Analytics。

TestFlight recommends 'Strip Debug Symbols During Copy' and 'Strip Linked Produts' to be disabled. TestFlight建议禁用“复制期间剥离调试符号”和“剥离链接产品”。 Google Analytics - no. 谷歌分析 - 没有。 Should I remove them after I have changed TestFlight to Google Analytics? 将TestFlight更改为Google Analytics(分析)后,是否应该删除它们?

在此输入图像描述

This depends on how the crash reports are being symbolicated: 这取决于崩溃报告的符号方式:

  1. If you can upload a dSYM to get symbolicated crash reports, you should strip the debug symbols. 如果您可以上传dSYM以获取符号化的崩溃报告,则应该删除调试符号。 This has the benefit of getting line numbers and sometimes up to 50% smaller application binaries. 这样的好处是可以获得行号,有时甚至可以减少多达50%的应用程序二进制文件。

  2. If you can NOT upload a dSYM for symbolication, and can't/don't want to download the crash reports and symbolicate them on your own Mac, you should not strip the symbols to get at least something. 如果您不能上载dSYM来进行符号化,又不想/不希望下载崩溃报告并在自己的Mac 对其进行符号化,则不应剥离符号以获取至少一些东西。 Symbolication on your Mac will only work if you archive the dSYM of those builds and you can download crash reports in standard format. 只有在归档这些版本的dSYM并且可以以标准格式下载崩溃报告时,Mac上的符号才有效。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 xCode 上的“复制期间剥离调试符号”和“剥离链接产品”的区别 - “Strip Debug Symbols During Copy” and “Strip Linked Product” difference on xCode 复制期间包含应用程序符号和剥离调试符号之间的区别? - Difference between include app symbols and strip debug symbols during copy? 将“复制期间的条调试符号”设置为“否”后,经常会出现内存警告 - Often memory warning after setting “Strip Debug Symbols During Copy” to NO 如何避免“跳过复制阶段条带”警告(因为“二进制是代码签名的”)而不将“复制期间的条带调试符号”设置为“否”? - How to avoid “skipping copy phase strip” warning (because “binary is code signed”) without setting ”strip debug symbols during copy" to NO? OpenGL ES:是否应该对TRIANGLE_STRIP数组使用DrawElements? - OpenGL ES: Should I use DrawElements for a TRIANGLE_STRIP array? 剥离iPhone应用程序的符号 - Strip symbols for iPhone application 对于发行版,iOS中正确的“ Strip Debug Symbols”设置是什么? - What is the proper “Strip Debug Symbols” settings in iOS for release versions? 剥离链接产品和 dSYM - Strip Linked Product and dSYM 存档时,应用程序会获得“体系结构armv7的未定义符号”,除非我没有在库中剥离链接的产品 - App gets “Undefined symbols for architecture armv7” when archiving, unless I don't Strip Linked Product in a library 如何从iOS框架中剥离或重命名符号? - How do i strip or rename symbols from iOS frameworks?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM