firebase-performance

Cannot find the firebase:crash-plugin:1.1.0

家住魔仙堡 提交于 2019-12-24 02:59:08
问题 I have been trying to add the firebase performance dependency, I followed Get Started with Firebase Performance Monitoring for Android guide I have added in the top gradle file the classpath 'com.google.firebase:firebase-plugins:1.1.0' and the jcenter() repository. But I am getting the following error that the com.google.firebase:firebase-plugins:1.1.0 dependency cannot be found. Also I have the latest version of the google play services(40) and the google repository(51) installed. Here is my

FirebasePerformance SDK external library issue in proguard

試著忘記壹切 提交于 2019-12-11 14:08:08
问题 I have implemented FirebasePerformance SDK to measure app performance. It is working fine in debug mode without proguard but giving issue of an external library used in my application when trying to generate a signed build using proguard . Getting following issue: java.io.IOException: Can't read [F:\MyApp\app\build\intermediates\transforms\FirebasePerformancePlugin\debug\folders\1\2\7776c3fca671135b87737cd2d8b26538-sessionkeygenerator(;;;;;;**.class)] (F:\MyApp\app\build\intermediates

How does Firebase app start time profiling work on Android?

孤人 提交于 2019-12-11 07:28:59
问题 I noticed that Firebase Performance Monitoring does provide some automatic traces out of the box. In particular I was looking at the cold app start time trace which is exactly what I need to do right now. Unfortunately I need to do have more granular data, so I was thinking I could do it on my own, but so far I failed to come up with a reasonable how to measure a true cold start time of an Android app (think time between tapping an icon in launcher and seeing the UI of given Activity). The

Firebase-perf conflicting with let plugin

点点圈 提交于 2019-12-11 06:42:57
问题 We were recently asked to implement "Firebase Performance Monitoring" on an Android app, but it's been causing us lots of different problems. The app used to work just fine, but upon adding "firebase-perf", it compiles, but then on runtime we found out the Let plugin stopped working, every permission defined with the @AskPermission annotation is simply ignored. Looking through the gradle build output, I stumbled upon this stack-trace: java.lang.IllegalStateException: Expecting .,<, or ;, but

Firebase performance monitor issue with support lib 26.0.0

∥☆過路亽.° 提交于 2019-12-11 05:26:56
问题 I am getting the below error in com.google.firebase.firebase-perf plugin. Caused by: java.lang.NoClassDefFoundError: android/support/v7/app/ActionBarActivity at com.google.firebase.perf.plugin.instrumentation.InstrumentationConfigFactory.setAppStartConfig(InstrumentationConfigFactory.java:70) at com.google.firebase.perf.plugin.instrumentation.InstrumentationConfigFactory.(InstrumentationConfigFactory.java:62) at com.google.firebase.perf.plugin.instrumentation.Instrument.(Instrument.java:34)

java.lang.IllegalStateException: Expecting .,<, or ;, but found firebaseperf while unpacking

拥有回忆 提交于 2019-12-10 16:07:30
问题 After integrating the performance sdk in my app, gradle is printing the following warning while building the project: java.lang.IllegalStateException: Expecting .,<, or ;, but found firebaseperf while unpacking ;BuilderType:Lcom/google/android/gms/internal/firebase-perf/zzam;>Ljava/lang/Object;Lcom/google/android/gms/internal/firebase-perf/zzdf; Though it's not failing the build, I am not sure what does this mean and therefore don't want to push this into production until I am sure that it

Android studio 3.0 got Error SHA-256 digest error for org/jacoco/agent/rt/RT.class

狂风中的少年 提交于 2019-12-09 18:20:26
问题 After I update Android studio to 3.0 and migrated my project by following this instruction I got the error like this: * What went wrong: Execution failed for task ':app:transformClassesWithFirebasePerformancePluginForDevDebug'. > SHA-256 digest error for org/jacoco/agent/rt/RT.class I tracked and found that the root cause came from this code in build.gradle file. debug { ... // Run code coverage reports by default on debug builds. testCoverageEnabled = true } Because when I commented this

unable to see Firebase performance dashboard on console

本秂侑毒 提交于 2019-12-08 20:20:53
问题 I have recently added firebase performance to my android app and its been 2 days I don't see any updates on firebase console. I am able to see crash, analytics on console and log cat. I also see firebase performance custom traces in log cat, however I can't see those updated on console. Is there anything that I am missing? Below are the logs from the log cat: 06-16 07:07:33.511 2325 3121 I FirebasePerformance: Logging TraceMetric - test_trace 1678ms 06-16 07:08:13.726 2325 2325 D

Error:Execution failed for task ':app:transformClassesWithFirebasePerformancePluginForRelease'

旧城冷巷雨未停 提交于 2019-12-05 19:10:47
问题 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 error). Error:Execution failed for task ':app:transformClassesWithFirebasePerformancePluginForRelease'. java.io.IOException: The specified path was not found Gradle with debug flag 22:36:11.767 [ERROR] [FirebasePerformancePlugin] Can't instrument org/apache/xmlbeans/impl/schema

Firebase Performance crashing in API 19 with Google Play Services 10.2.98

孤人 提交于 2019-12-05 00:48:24
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 and follow all pre req instructions. minAPI is 19. My problem is App is crashing only in API 19 with Google Play Services 10.2.98 in a real Galaxy Duos device running Android 4.4.1. When App starts it could not find firebase-perf in device. It is only happening with this package and in other devices and higher versions everything is fine and I can see data in Firebase Performance Dashboard. Tips ?