Android Question Pre-launch reports Stability problem

davemorris

Active Member
Licensed User
Longtime User
Hi, Guys
Just uploaded a new version of my app and its reporting a stability problem with
Google Pixel 2 (virtual)1080x1920 Android 13 (SDK 33) device.
The stack trace is
----------------------------
ANR in com.google.android.googlequicksearchbox:search;PID: 1731;Broadcast of Intent { act=com.google.android.gms.phenotype.UPDATE flg=0x30 pkg=com.google.android.googlequicksearchbox cmp=com.google.android.googlequicksearchbox/com.google.apps.tiktok.experiments.phenotype.ConfigurationUpdatedReceiver_Receiver (has extras) };
----------------------------

Can we (or should we) do anything about this as its problem with SDK=33? (my manifest is set to android:targetSdkVersion="31")
Also the other Google Pixel 2 (virtual)1080x1920 devices, running Android 8 with SDK=28 and Android 12 with SDK=31, are reported as OK.

Kind regards
Dave
 
Last edited:
Top