firebase-performance

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

泄露秘密 提交于 2019-12-04 07:40:01
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 line of code the project built fine. I haven't got this problem when I used Android Studio 2.3. I had

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

徘徊边缘 提交于 2019-12-04 01:43:54
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/SchemaTypeSystemCompiler.class My build.gradle // Top-level build file where you can add configuration options common to all

NoClassDefFoundError on com.google.android.gms.internal.firebase-perf.zzw

与世无争的帅哥 提交于 2019-11-30 10:36:29
问题 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.zzw at com.google.firebase.perf.metrics.Trace.start(Unknown Source:44) at com.google.android.gms.internal.firebase-perf.zze.onActivityStarted(Unknown Source:48) at android.app.Application.dispatchActivityStarted(Application.java:205) at android.app.Activity.onStart(Activity.java:1150) Already using

NoClassDefFoundError: com.google.firebase.perf.internal.RemoteConfigManager

混江龙づ霸主 提交于 2019-11-30 05:43:48
问题 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:309) at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:354) at java.util.concurrent.FutureTask.setException(FutureTask.java:223) at java.util.concurrent.FutureTask.run(FutureTask.java:242) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) at java.util

Firebase trace showing wrong median time latency?

半腔热情 提交于 2019-11-29 12:45:39
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 the median be 647ms , it should be near around 14 sec? Am I missing something here? Edit - In below image data is for last 7 days As you can see in last 24 Hrs I had data where 95th percentile was 14.81s , but how can in last 7 days graph there is no mention of the 14 secs trace? all traces are below 5.95s ? Also in the distribution image latency is between 460 ms to 2.94s but as 95th percentile in

Firebase trace showing wrong median time latency?

允我心安 提交于 2019-11-28 06:28:48
问题 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 the median be 647ms , it should be near around 14 sec? Am I missing something here? Edit - In below image data is for last 7 days As you can see in last 24 Hrs I had data where 95th percentile was 14.81s , but how can in last 7 days graph there is no mention of the 14 secs trace? all traces are below