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
10
votes
1 answer

Google Play crash logs not symbolicated with Android App Bundle

We have recently updated our apps to use Android App Bundles (aab) and to also include arm64 native libs. Since doing so, our crash logs in native code in the 'Google Play Console'->'Android Vitals'->'ANRs & Crashes' are not symbolicating correctly…
Columbo
  • 6,648
  • 4
  • 19
  • 30
10
votes
2 answers

RemoteServiceException Error

I have a lot of abnormal arrests, but I not understand how this is possible, because don't understand the origin of the problem. This is the log of abnormal arrest: android.app.RemoteServiceException: android.app.ActivityThread$H.handleMessage…
6
votes
0 answers

Native crash affecting one Samsung device

Please can someone help me understand this native crash report from Google Play Console. It affects only one device, a Samsung Note10+. I have searched StackOverflow and there seems to be similar conflicts with Samsung devices. Is this a case where…
grolschie
  • 2,163
  • 2
  • 12
  • 29
6
votes
2 answers

Google Play Pre-launch Reports Security Vulnerability Which Says Cleartext traffic allowed for all domains

Google Play Pre-launch Reports Security Vulnerability Which Says that Your app's Network Security Configuration allows cleartext traffic for all domains. This could allow eavesdroppers to intercept data sent by your app. If that data is sensitive…
6
votes
0 answers

Understanding ANR logs provided by Android Vitals in the Play Store Console

I am getting an instance of a telephonymanager (single or multisim devices) and got several ANRs. I have managed to work through most of them but this one persists: *Broadcast of Intent { act=android.intent.action.SCREEN_OFF flg=0x50000010 (has…
5
votes
1 answer

RemoteServiceException occurred in production release

I have an app on Google's Play Store and recently I have updated the app. When I tested it all was fine, but some devices API 28 and above are showing this crash in Android vitals. I have searched Stack Overflow and didn't find one is related to my…
Eyosiyas
  • 1,422
  • 1
  • 9
  • 25
3
votes
0 answers

Attempt to create SharedPreferences failed on Oreo (8.1)

Google Play Vitals reports crashes occurring on the Android devices running Android 8.0 and 8.1 which have the similar structure: java.lang.RuntimeException: at android.app.ActivityThread.handleBindApplication (ActivityThread.java:5743) at…
aga
  • 27,954
  • 13
  • 86
  • 121
2
votes
0 answers

How to notify users who are getting specific crashes as seen in Android Vitals

Many of my app users are getting the crash - [base.apk!libmonochrome.so] SIGTRAP There is already question for this exact problem - app-crashed-with-base-apklibmonochrome-so and the possible resolution is to notify users to update their Android web…
2
votes
0 answers

What's the meaning of WaitingForGcToComplete, WaitingForCheckPointsToRun and WaitingForTaskProcessor thread states in Android?

I'm investigating ANR reports from Google Console in my app and very often I found the HeapTaskDaemon thread to be in one of the following states: Blocked WaitingForCheckPointsToRun WaitingForTaskProcessor WaitingForGcToComplete Example: Except…
2
votes
1 answer

Manually reporting a crash to Android Vitals

Is it possible to manually report a crash or error to the Android Vitals statistics. As for now I've been able to close my application nicely with an error message for the user, where it used to crash. However, I would still like to have these…
Viktor Sehr
  • 12,825
  • 5
  • 58
  • 90
1
vote
2 answers

The API returns a 403 ACCESS_TOKEN_SCOPE_INSUFFICIENT eventhough I have the scopes enabled for playdeveloperreporting

I'm using google python libraty to request ANR data for my app, script is very simple from google_auth_oauthlib.flow import InstalledAppFlow from googleapiclient.discovery import build # The CLIENT_SECRETS_FILE variable specifies the name of a file…
Wackaloon
  • 2,285
  • 1
  • 16
  • 33
1
vote
0 answers

Android vitals empty

My app doesn't install on some devices. Unfortunately, on some devices, the installation is impossible. I didn't restrict the phones list on Google play console, and I have no info in Android Vitals board. Should I wait for more downloads for the…
1
vote
0 answers

Troubleshooting crash in Android System WebView

On Android Vitals we start receiving more and more crashes from Android System WebView(base.apk!libmonochrome.so&base.apk!libmonochrome_64.so). The crash log isn't useful: backtrace: #00 pc 0000000003fd242c …
Oleh
  • 644
  • 11
  • 19
1
vote
0 answers

Possible problem with Video Ads & Stuck partial wake locks (background)

We have had an issue with Android Vitals for some time. It's about Stuck partial wake locks (background). We are not able to find out why we face bad behaviour here because we always use the foreground service that plays sound (our application is a…
ekstro
  • 461
  • 4
  • 15
1
vote
1 answer

How to get error logcat from my Google play users?

I've lunched an app on Google Play Store, and some of my users, have Errors on the app: Errors that i don't see on emulator or on my device. So I was wondering how can i get the error logcats of that users so i can debug them and improve my app,…
Angel
  • 190
  • 2
  • 10
1
2 3