问题标签 [firebase-crash-reporting]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - 人类可读的 Firebase 崩溃报告问题
我正在尝试将 Firebase 崩溃报告集成到我的应用中。我希望它被报告为人类可读并符合Firebase 教程我在 XCode 项目中添加了一个运行脚本。我将数据设置如下。
但是当我运行应用程序时,我收到一个错误:
我想知道什么原因会导致这种情况。
一些提示:当我选择Run script only when installing
时,应用程序运行正常。
firebase - Specify members who'll receive email notifications in Firebase?
we're having a project which includes an Android app & an iOS app. The project manager, developers, content managers all have access to it. The problem is, whenever the apps crashed, everyone get an email reporting that crash, which is only needed by the app developers. So I would like to know if we can specify which member will get which type of email notification (ie Android & iOS crashing reporting will only be sent to the corresponding dev)?
ios - Xcode Firebase 崩溃报告权限被拒绝
第一:请不要标记为重复,因为现有线程没有为我提供解决方案。
在尝试设置崩溃报告 API(FirebaseCrash (1.1.4),对于带有 Swift 3 的 Xcode 时,我得到:
/xy.sh:第 6 行:/xyfirebase-crashreporting-xxxxx.json:权限被拒绝
我按下加号按钮,然后按下“新运行脚本短语”,然后我GOOGLE_APP_ID
从我的plist
文件中复制/粘贴并将 json 文件放入 Pods 文件夹中。
我找到了这个帖子,建议在https://console.cloud.google.com/上接受 ToS 但是点击链接,我找不到任何接受 ToS 的选项,所以我猜它已经完成了?
我也给了“编辑角色”
我错过了什么?非常感谢帮助。
firebase - Firebase Android 崩溃报告
我正在使用“Firebase Android Crash Reporting”,当崩溃发生时无法制作场景,我们不需要手动发送它。
所以我应该一直手动“记录”或“报告”一些东西,我认为可能有异常?
就像“Fabric”作品一样。有没有机会实现这一目标?
ios - iso - FirebaseCrash - 上传符号错误
我收到此错误,我按照官方 firebase 页面上的指南进行操作。
我的 bash 脚本:
ios - Firebase 崩溃报告 iOS - 不可读的崩溃 - 上传符号文件?
我正在尝试为我的 iOS 应用集成 Firebase 崩溃报告。截至 2016 年 11 月 29 日,我正在使用 Xcode 8.1、Swift 3 和最新的 Firebase 崩溃报告版本。
我已经通过 Cocoapods 安装了 Firebase 崩溃报告,并且我已经通过下面显示的文档中的有限设置指南,我添加了一个运行脚本,其中包含我的 Google App ID 和我的 Google Crash Key 子文件(服务帐户)的路径
将其替换为您的 GoogleService-Info.plist 文件中的 GOOGLE_APP_ID
GOOGLE_APP_ID=1:my:app:id
将 /Path/To/ServiceAccount.json 替换为您刚刚下载的密钥的路径
/li>
我不确定我是否正确实施了第二步。我做了这个
我遇到的问题是我的应用程序崩溃报告非常难以阅读。我相信我要么需要上传符号文件,要么第二步出错。
我将如何上传符号文件以进行崩溃报告。在 Firebase 崩溃报告控制台中按下上传符号文件选项时,我收到此指令。但是我不确定如何实现它。
1:使用命令行,导航到您的 Xcode 项目文件夹并运行以下命令:
任何帮助都会很棒。
谢谢
ios - Firebase iOS 崩溃报告的可读性问题
虽然有几个类似的问题,但我觉得这种情况有点不同,因为我的符号文件似乎出现在 firebase 上。
这是我的崩溃在 xcode 调试器中的样子(fatal error
控制台中的通知消息和突出显示的源代码行导致崩溃):
这是firebase中完全相同的崩溃:
请注意,没有fatal error
消息,exact source line
这导致了崩溃。所以我的问题是:如何查看有关 firebase 崩溃的信息。
上面的文字Upload symbol file to symbolicate
暗示了这次崩溃不是象征性的;但是我可以看到我的符号出现在symbol files
选项卡上;另一方面,崩溃时的符号 UUID 永远不会出现在symbol files
页面上。
2016 年 12 月 7 日
现在崩溃报告似乎是象征性的,我这边没有任何改变