Questions tagged [android-vitals]

Android Vitals allows developers to obtain performance and stability metrics about their app, from users who voluntarily provide this data. Use this tag for questions concerning the Android Vitals tools themselves; information provided via Vitals does not normally require this tag.

Android Vitals gives developers information about the stability of their app. When end users of your app opt-in to this, you get information about battery usage, stability and render time in the Play Console. The purpose is to provide metrics to help analyze and fix bad behavior of your app, for a better experience by the end user.

Sources:
Android Vitals on the "Develop" part of the official Android Developers website.

Android Vitals on the distribution part of the official Android Developers website.

31 questions
1
vote
0 answers

How to understand "android vitals" information?

I have uploaded the mapping.txt file in the Android Vitals section in the Google Play Console to read the ANR and Crashes in my app but many times I have a hard time understanding the results. Here is an example: I have 928 of…
Ton
  • 9,235
  • 15
  • 59
  • 103
1
vote
0 answers

RuntimeException: at com.google.firebase.firestore.util.AsyncQueue.lambda$panic$5@19.0.2:379

I got below error on Android vitals on Play store from Samsung Galaxy S10(beyond1q) running on Android 9. I got more than a 3.5K crashes in the last 7 days. java.lang.RuntimeException: at…
Sanjay Kakadiya
  • 1,596
  • 1
  • 15
  • 32
1
vote
0 answers

Firebase TestLab Report: java.lang.NoClassDefFoundError

A Critical Exception causes the app to abort and may therefore return the user to the operating system home screen. FATAL EXCEPTION: main Process: com.example.app, PID: XXXXX java.lang.NoClassDefFoundError:…
Sarath Kumar
  • 1,922
  • 3
  • 19
  • 43
1
vote
0 answers

Why doesn't Proguard appear to obfuscate code?

I'm using kotlin for Android, it works, and I upload the mapping.txt to Android Vitals, but the stack trace in Android Vitals is not correct at all. Does any one know why?
JIE WANG
  • 1,875
  • 1
  • 17
  • 27
0
votes
0 answers

How to remove Android vitals ANR and Crash rate in Flutter

I have an android app build in flutter framework. ANR and crash rates are high. My app users are complaining about these errors. How to get rid of these errors?
0
votes
0 answers

Android core vitals Overall (average across devices) vs Per phone model

In Android core vitals of Google play console we get two values 1)Overall (average across devices) 2)Per phone model Here what I understand the first metrics is that is consider all Android devices in market. But what about per phone model ? Which…
0
votes
0 answers

Find/Resolve crash report without any stackstrace on android vitals

I have few crash report without any stack trace, don't know what to do about them? and Please suggest!
Vikas Pandey
  • 1,115
  • 1
  • 15
  • 25
0
votes
1 answer

What is the relation between Android vitals JankStats and firebase total/frozen/slow frames

I'm trying to send new JankStats performance statics to firebase performance monitoring. Firebase performance dashboard accepts the following metrics FRAMES_TOTAL("_fr_tot"), FRAMES_SLOW("_fr_slo"), FRAMES_FROZEN("_fr_fzn"); However, Android…
rafaelasguerra
  • 2,685
  • 5
  • 24
  • 56
0
votes
1 answer

Why Google Play Vitals ANR No StackTrace?

I found that some ANR no stack trace at Google Play Console Vitals recently. Does anybody know why?
0
votes
0 answers

android.view.InflateException exception on play store Android-vitals

I finished my first Android application 2 week ago and published on Play Store. When I look through Android Vitals(Anrs&Crash), I see some crashes for different type Android devices. But I could not reproduce this crash on real device or…
0
votes
1 answer

Crashes on Huawei Android 7-10

I have in Android vitals almost the same type of crashes. All crashes are from Huawei devices. Probably relates with: link, because I am using Glide too. Could you help me, what can cause such an error? I know, that's something with bitmap, but I…
t0m
  • 3,004
  • 31
  • 53
0
votes
1 answer

How to prevent Play Store counting installs - uninstalls of an app during development/testing the app locally?

We run automation smoke tests on production apk on periodic basis via Appium Tool. But we observed that this impact the Users Statistics provided as "Android-Vitals" on Play Store such as "User Lost". This is because, developers keep…
Vivek Vashistha
  • 832
  • 9
  • 17
0
votes
1 answer

RxJava global handler and Android Vitals

I have question about RxJava global handler and Android Vitals. In Android Vitals I can see io.reactivex.exceptions.UndeliverableException Caused by: java.lang.InterruptedException: at com.google.common.util.concurrent.AbstractFuture.get …
Esperanz0
  • 1,524
  • 13
  • 35
0
votes
0 answers

A battery session meaning?

I am confused by the definition provide by google: A battery session refers to the interval between two full battery charges. For example your battery is 1000mAh, a fully charge means you charge it to its full capacity regardless of the initial…
Quang Nhat
  • 135
  • 1
  • 8
0
votes
1 answer

Receiving Google Play Store crash reports from devices that manually install the apk

Customers require specific versions of my Android application and do not wish for their device to update the application to a newer version at any point. I would like to receive crash reports from all the various versions of my application. My…
Brendan Cordingley
  • 190
  • 1
  • 4
  • 20