Constant Android System Intelligence crashes

For anyone with an automatic adb logcat --buffer=crash [1] exception recorder (like Scoop or LogFox), can you reproduce the undermentioned on FP5.UT2H.B.088.20241122?

FATAL EXCEPTION: aiai-autofill-0
Process: com.google.android.as, PID: 16664
java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.View android.view.View.findViewByAutofillIdTraversal(int)' on a null object reference
	at android.os.Parcel.createExceptionOrNull(Parcel.java:3063)
	at android.os.Parcel.createException(Parcel.java:3041)
	at android.os.Parcel.readException(Parcel.java:3024)
	at android.os.Parcel.readException(Parcel.java:2966)
	at android.view.autofill.IAugmentedAutofillManagerClient$Stub$Proxy.requestAutofill(IAugmentedAutofillManagerClient.java:342)
	at android.service.autofill.augmented.AugmentedAutofillService$AutofillProxy.requestAutofill(AugmentedAutofillService.java:530)
	at android.service.autofill.augmented.AugmentedAutofillService$AutofillProxy.-$$Nest$mrequestAutofill(Unknown Source:0)
	at android.service.autofill.augmented.AugmentedAutofillService.requestAutofill(AugmentedAutofillService.java:192)
	at bxg.f(PG:7)
	at bxi.f(PG:3)
	at bxd.b(PG:103)
	at bxr.c(PG:317)
	at bxk.b(PG:33)
	at odg.bN(PG:11)
	at kotlinx.coroutines.DispatchedTask.run(PG:112)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
	at lzu.a(PG:3)
	at lyx.run(PG:19)
	at lzv.run(PG:5)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
	at java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:307)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
	at dva.run(PG:221)
	at java.lang.Thread.run(Thread.java:1012)
	Suppressed: opi: [okp{Cancelling}@f063dfa, eds@5e6bfab]

I don’t even have background ANR dialogs enabled in com.android.settings.Settings$DevelopmentSettingsDashboardActivity, yet one appeared since it had crashed so many damn times:


  1. Revision - Stack Overflow ↩︎

I’d like to rename this to broaden its scope, since there are other pre-installed applications inside /system that have also had problems. One is example is ≤ versionName=16 of com.google.android.adservices.api, which ANR’d:

ANR in com.google.android.adservices.api
PID: 9696
Reason: Timed out while trying to bind
ErrorId: 7a6c4307-8a3f-465d-a87a-ba831b98bc41
Frozen: true
Load: 0.0 / 0.0 / 0.0
----- Output from /proc/pressure/memory -----
some avg10=0.11 avg60=0.18 avg300=0.33 total=1533882235
full avg10=0.02 avg60=0.02 avg300=0.05 total=488656059
----- End output from /proc/pressure/memory -----
----- Output from /proc/pressure/cpu -----
some avg10=7.46 avg60=7.32 avg300=8.27 total=21944800012
----- End output from /proc/pressure/cpu -----
----- Output from /proc/pressure/io -----
some avg10=0.18 avg60=0.30 avg300=0.64 total=4918618928
full avg10=0.10 avg60=0.14 avg300=0.17 total=3021557395
----- End output from /proc/pressure/io -----
CPU usage from 3ms to 12058ms later (2025-01-18 10:46:29.063 to 2025-01-18 10:46:41.118):
  128% 8107/com.instagram.android: 94% user + 34% kernel / faults: 53843 minor 38 major
  45% 1208/surfaceflinger: 34% user + 11% kernel / faults: 91 minor 3 major
  21% 23052/ch.protonvpn.android: 6.3% user + 15% kernel / faults: 30 minor 5 major
  18% 1152/media.hwcodec: 8.2% user + 10% kernel / faults: 1977 minor 3 major
  16% 1100/vendor.qti.hardware.display.composer-service: 10% user + 6.4% kernel / faults: 98 minor
  14% 1488/system_server: 10% user + 4.6% kernel / faults: 8039 minor 3 major
  10% 2594/com.android.systemui: 7.8% user + 2.6% kernel / faults: 4498 minor 35 major
  8.9% 19824/com.google.android.googlequicksearchbox:trusted_disable_art_image_:com.google.android.apps.gsa.hot: 6.2% user + 2.6% kernel / faults: 135 minor
  6% 1658/media.swcodec: 5.2% user + 0.8% kernel / faults: 511 minor 1 major
  5.1% 22268/com.f0x1d.logfox: 3.2% user + 1.9% kernel / faults: 3991 minor 27 major
43% TOTAL: 24% user + 15% kernel + 0.1% iowait + 1.9% irq + 0.8% softirq
CPU usage from 416336278ms to 416336278ms ago (1970-01-01 01:00:00.000 to 1970-01-01 01:00:00.000) with 0% awake:
0% TOTAL: 0% user + 0% kernel
Killing 9696:com.google.android.adservices.api/u0a199 (adj 905): bg anr
Completed ANR of com.google.android.adservices.api in 12125ms, latency 1ms

I don’t think it deserves its own thread.