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 ↩︎