firebase-performance Questions

7

Solved

When I adding implementation 'com.google.firebase:firebase-perf-ktx:19.1.0' I cannot start espresso instrumented tests ("app" scheme building ok). When I trying to start Espresso test, I ...
Isocracy asked 11/2, 2021 at 12:24

2

I am trying to integrate my Android app with the Firebase Performance Monitoring as per the documentation. I am seeing data being reported in the console, but I am always seeing "0 sessions&qu...
Sniper asked 17/6, 2021 at 20:8

4

Solved

In implementing the 'Performance' feature of Firebase, I got the following error attempting to sync the Gradle: Plugin with id 'com.google.firebase.firebase-perf' not found. I implemented it follo...
Molly asked 11/10, 2020 at 15:55

12

Solved

I recently downloaded Android Studio Bumblebee and it helpfully asked whether I wanted to upgrade to Android Gradle Plugin 7.1.0, the version that shipped alongside Android Studio Bumblebee. After ...

10

Solved

When using Firebase Performance in Android Studio the gradle task app:transformClassesWithFirebasePerformancePluginForDebug is taking significantly longer than any other task and is therefore drama...

2

Solved

Firebase Performance monitoring SDK for Android automatically tracks slow rendering and frozen frames for Activity. But there's no such data for Fragment. For example if activity A hosts 3 fragment...
Anthropology asked 17/1, 2020 at 7:24

3

Solved

On all versions before v21 (i.e. 16-19), my app crashes on start because of the following error: E/AndroidRuntime: FATAL EXCEPTION: main java.lang.RuntimeException: Unable to get provider com.goog...
Seafaring asked 21/1, 2018 at 19:43

4

Solved

Does anyone face the same problem? After adding firebase performance to project error occurs immediately after starting the application. It is crashing only in debug build, in release build everyth...
Disconnection asked 29/5, 2020 at 11:47

2

Solved

I have an Android app using Gradle with Kotlin DSL. I'm adding Firebase Performance Monitoring, but I would like for it to be enabled only for a specific build type. I've been following the instru...
Ardeth asked 23/3, 2020 at 4:36

4

Solved

When I add firebase perf dependency into my project i am getting this error Illegal class file: Class module-info is missing a super type. Class file version 53. My Gradle and google services proje...
Oddity asked 14/10, 2019 at 2:9

2

everyone. I'm using gradle version 5.6.2. I updated my android studio project dependencies like this: dependencies { classpath 'com.android.tools.build:gradle:3.5.1' classpath 'com.google.gms:go...
Broncho asked 17/10, 2019 at 22:17

2

I've tried to update my Android project to Kotlin 1.4.0, since it's now oficially stable, and after update I've encountered a problem. I will not post the entire stack here, since it's very long, b...
Energumen asked 20/8, 2020 at 15:57

3

I can not find the origin of this error when I compile in release mode. I have the impression that this error appeared without modifying my code (I try to go back with github but I still have this ...
Kalikow asked 18/7, 2017 at 16:10

5

Solved

I added apply plugin: 'com.google.firebase.firebase-perf' and when I ran build script I got /transforms/FirebasePerformancePlugin/dev/debug/174/module-info.class: D8: Unsupported source fil...

2

The plugin is correctly installed and provide already some statistics on Firebase console. But network requests are not listed. I'm using Dio plugin to manage http request. Is there any known issu...
Francophile asked 18/1, 2019 at 23:25

1

I'm using implementation 'com.google.firebase:firebase-perf:19.0.5' I applied the plugin: apply plugin: 'com.google.firebase.firebase-perf' and in my project level gradle: classpath 'com.google.f...
Ordination asked 4/3, 2020 at 21:11

2

This week I started testing the new Firebase Performance in my new app. Once I am using Firebase for other features like Auth and DB I already updated all packages to last 10.2.6 Firebase version a...
Inconceivable asked 24/5, 2017 at 23:32

1

I'm with a problem with Firebase Performance Network. I added the default performance monitoring on my android app but in the performance network console on Firebase its showing the detail for th...
Charisecharisma asked 8/10, 2018 at 18:59

0

This is very similar to SecurityException Permission Denial: opening provider com.google.android.gms.phenotype.provider.ConfigurationProvider But it occurs on firebase version 17.0.0 Caused by ...
Latonya asked 29/7, 2019 at 8:30

1

Solved

I pretty much cannot build the project if I even just include the Firebase performance library, it fails with the following exception, I have no clue on how to resolve this, because it worked fine ...

0

I have integrated firebase, The logs are showing in firebase console perfectly. implementation 'com.google.firebase:firebase-perf:16.0.0' is the snippet with firebase SDK integration . the err...
Bronk asked 20/3, 2019 at 9:2

1

I started to get the following crashed on Fabric: Fatal Exception: java.lang.RuntimeException: An error occurred while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:30...
Peripteral asked 15/12, 2018 at 15:13

1

I've installed the android firebase performance library and I can see app speed, etc. in the dashboard but the network request monitoring doesn't seem to be working. I am getting this error in the...
Monsour asked 23/8, 2018 at 13:27

2

I am adding Firebase performance trace in my app and below image is data for last 24 Hrs As you can see the Median is 647ms, where as 95% time latency is 14.81s and for 5% it is 460ms. How can ...
Ashleighashlen asked 26/9, 2018 at 17:57

2

Received numbers of crash report from Firebase Crashlytics. It is related to firebase-perf I think. Fatal Exception: java.lang.NoClassDefFoundError: com.google.android.gms.internal.firebase-perf.z...

© 2022 - 2024 — McMap. All rights reserved.