cost 237 ms
片段的名称在 Firebase Performance Dashboard 中被混淆 - Fragment's name are obfuscated in Firebase Performance Dashboard

我的项目具有单一活动架构,其中每个屏幕都定义为一个片段,我们使用 Firebase Performance 来跟踪它的帧指标。 以前我们必须根据 firebase 使用的内容创建我们的屏幕跟踪器,因为 Firebase 仅支持活动的屏幕性能指标。 当 Firebase 版本发布到 20.1.0 时, ...

Android 生命体征 JankStats 和 firebase 总/冻结/慢帧之间的关系是什么 - What is the relation between Android vitals JankStats and firebase total/frozen/slow frames

赏金将在 3 天后到期。 此问题的答案有资格获得+50声望赏金。 rafaelasguerra正在从有信誉的来源寻找答案。 我正在尝试将新的 JankStats 性能静态数据发送到firebase 性能监控。 Firebase 性能仪表板接受以下指标 然而,Android Vitals 最近 ...

在离子、电容器、angular 上使用 Firebase 性能监控网络请求 - Monitoring network requests using Firebase performance on ionic, capacitor, angular

我在使用ionic/capacitor/angular构建的 android 应用程序中使用 Firebase 性能监控。 我已经实现并运行了 Firebase 指标和跟踪,但我没有得到与网络请求相关的数据。 想知道是否可以在非本地应用程序中监控网络请求? ...

Firebase 是否会影响生产应用的性能 - Does Firebase impacts performance of the Production App

实施 Firebase SDK 和插件会影响 Android 应用的性能吗? 我需要将生产就绪的 Android 应用程序发送到 Play 商店。 出于分析和持续改进的目的,我在我的应用中实施了 Firebase Crashlytics、Analytics 和 Performance SDK。 ...

Firebase 性能视图会话显示没有会话 - Firebase Performance View Sessions shows no sessions

我正在尝试根据文档将我的 Android 应用程序与 Firebase 性能监控集成。 我看到控制台中报告了数据,但我总是看到“0 个会话”。 当我点击“查看会话”时,我只收到一条通用消息,说我需要升级我的 SDK。 我正在使用'com.google.firebase:firebase-perf ...

如何使用 DispatchQueue 从 singleton 字典中启动和停止 Firebase 性能跟踪 - How to start and stop Firebase performance traces from a singleton dictionary with DispatchQueue

我正在实施 Firebase 性能跟踪,所以我创建了一个共享实例并添加了一个字典来保存它们。 我所理解的字典不是线程安全的,我需要添加一个调度队列来处理这个问题。 我应该如何使用 DispatchQueue 来获得最准确的跟踪? 还是我采取了错误的方法来测量痕迹? ...

java.lang.NoSuchMethodError:没有 static 方法 registerDefaultInstance 和 Firebase 性能和 Espresso 仪器测试 - java.lang.NoSuchMethodError: No static method registerDefaultInstance with Firebase Performance and Espresso Instrumented Tests

当我添加implementation 'com.google.firebase:firebase-perf-ktx:19.1.0'时,我无法启动 espresso 仪器测试(“app”方案构建正常)。 当我尝试开始 Espresso 测试时,我有 但是,如果我删除implementation 'co ...

iOS 生产崩溃 - EXC_BAD_ACCESS / KERN_INVALID_ADDRESS / CFDictionaryGetValue + 80 - iOS Production crash - EXC_BAD_ACCESS / KERN_INVALID_ADDRESS / CFDictionaryGetValue + 80

嘿那里,我的应用程序运行良好,直到最后一个版本我发现它在 App Store 环境中崩溃,没有任何明确的原因, 然后我收到了关于崩溃的报告,这是日志: 不幸的是我没有得到它.. ...

如何在库模块内为 firebase 性能监视器添加自定义跟踪? - How to add custom traces for firebase performance monitor inside library module?

目前,基于 fire-base 的性能监视器依赖项已添加到我的应用程序级别模块中,并且工作正常。 现在我想为应用程序添加自定义跟踪。 我的应用程序模块依赖于其他库模块。 我无法在库模块中添加自定义跟踪。 甚至我也尝试向库模块添加依赖项。 但我遇到了一些错误,比如库模块不支持。 我怎样才能实现添加依赖 ...

Firebase 性能监控如何在 iOS 中拦截传出的 http 请求? - How Firebase Performance Monitoring intercepts outgoing http requests in iOS?

从 firebase 的帮助文档中,它指出 对于所有应用程序类型,性能监控会自动为您的应用程序发出的每个网络请求收集跟踪,称为 HTTP/S 网络请求跟踪性能监控会自动收集使用以下网络库的网络请求的指标:URLSession、URLConnection 他们如何自动跟踪 http 请求? ...

Firebase性能监控如何拦截android中传出的http请求? - How Firebase Performance Monitoring intercepts outgoing http requests in android?

从 firebase 的帮助文档https://firebase.google.com/docs/perf-mon.network-traces?platform=android ,它指出对于所有应用类型,性能监控会自动为您的应用发出的每个网络请求收集跟踪,称为 HTTP/S。网络请求跟踪性能监控 ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM