GrapheneOS / os-issue-tracker

Issue tracker for GrapheneOS Android Open Source Project hardening work. Standalone projects like Auditor, AttestationServer and hardened_malloc have their own dedicated trackers.
https://grapheneos.org/
358 stars 21 forks source link

`SecurityException` error for `com.google.android.gsf.gservices.GservicesProvider` in Second Profile #1017

Closed Peter-Easton closed 2 years ago

Peter-Easton commented 2 years ago

Test of Initialization of Play Services in Second Profile

Equipment

Procedure

Control

As a control to ensure the trustworthiness of the test, the test was first done using the owner profile.

The GrapheneOS app store app.grapheneos.apps (Version 1) was first downloaded from Github and installed in the owner profile. Numerous other apps have already been installed in the profile and the profile has been used for calls, texting, internet browsing, pictures and other typical use cases for a smartphone.

Once installed, Sandboxed Play Services was then installed in the Owner Profile through the GrapheneOS app store by selecting "Google Play Store" which lists "Google Services Framework" and "Google Play Services" as dependencies, and tapping "Install All." The installation was allowed to complete.

A previously registered, disposable Google Account enrolled in the Google Advanced Protection Plan using 2 Yubikeys was then signed into on the device by opening Play Store and following the on screen instructions. When prompted to, the Yubikey was placed on the back of the phone.

Once sign-in was verified to be working, the apps were then removed from the owner profile.

Test

A second profile was created using the Multiple Users settings menu, and switched to. A password was set, and two fingerprints registered with the phone using the launcher. Location Services was switched off.

The GrapheneOS app store app.grapheneos.apps was then installed, and Play Services was installed the same way it had been installed in the Control setup.The installation was allowed to complete.

Play Store was then opened and a sign-in was then attempted.

Expected Results

Play Store would allow for a sign-in, as per control.

Observed Results

After the account name and password was entered, the Yubikey was prompted for. While using the Yubikey via NFC, the phone accessed the Yubikey multiple times before it could be taken away. Vanadium was observed to be opened automatically and directed to go to the Yubikey demonstration website.

When Vanadium was closed, Play Store was opened again and displayed the Sign In page. Attempting to sign into the accounts ended at the 2FA page, where further attempting to use the Yubikey simply caused Vanadium to open the Yubikey demonstration website.

Play Services, Play Store, and Google Services Framework were then Force Stopped via the Apps menu, then allowed to reopen, which allowed Play Store to open to the splash screen showing the Play Services logo.

USB debugging was enabled in the owner profile along with Wireless Debugging and the phone connected to the computer to collect logcat. Logging was then started, Play Services was opened again to the splash screen, and the following logs collected.

02-25 19:45:30.459 11569 11708 E DatabaseUtils: java.lang.SecurityException: Permission Denial: reading com.google.android.gsf.gservices.GservicesProvider uri content://com.google.android.gsf.gservices/prefix from pid=15190, uid=1210175 requires com.google.android.providers.gsf.permission.READ_GSERVICES, or grantUriPermission()
02-25 19:45:30.459 11569 11708 E DatabaseUtils:     at android.content.ContentProvider.enforceReadPermissionInner(ContentProvider.java:832)
02-25 19:45:30.459 11569 11708 E DatabaseUtils:     at android.content.ContentProvider$Transport.enforceReadPermission(ContentProvider.java:694)
02-25 19:45:30.459 11569 11708 E DatabaseUtils:     at android.content.ContentProvider$Transport.query(ContentProvider.java:233)
02-25 19:45:30.459 11569 11708 E DatabaseUtils:     at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:107)
02-25 19:45:30.459 11569 11708 E DatabaseUtils:     at android.os.Binder.execTransactInternal(Binder.java:1200)
02-25 19:45:30.459 11569 11708 E DatabaseUtils:     at android.os.Binder.execTransact(Binder.java:1163)
02-25 19:45:30.460 15190 15190 D AndroidRuntime: Shutting down VM
--------- beginning of crash
02-25 19:45:30.460 15190 15190 E AndroidRuntime: FATAL EXCEPTION: main
02-25 19:45:30.460 15190 15190 E AndroidRuntime: Process: com.android.vending, PID: 15190
02-25 19:45:30.460 15190 15190 E AndroidRuntime: java.lang.RuntimeException: Unable to create application com.google.android.finsky.application.classic.ClassicProdApplication: java.lang.RuntimeException: Failed to load configurations for FinskyApp
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6730)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at android.app.ActivityThread.access$1500(ActivityThread.java:247)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2053)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at android.os.Looper.loopOnce(Looper.java:201)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at android.os.Looper.loop(Looper.java:288)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at android.app.ActivityThread.main(ActivityThread.java:7839)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at java.lang.reflect.Method.invoke(Native Method)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at com.android.internal.os.ExecInit.main(ExecInit.java:48)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:355)
02-25 19:45:30.460 15190 15190 E AndroidRuntime: Caused by: java.lang.RuntimeException: Failed to load configurations for FinskyApp
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at evt.az(PG:24)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at exr.onCreate(PG:3)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1215)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6725)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    ... 11 more
02-25 19:45:30.460 15190 15190 E AndroidRuntime: Caused by: java.util.concurrent.ExecutionException: java.lang.SecurityException: Permission Denial: reading com.google.android.gsf.gservices.GservicesProvider uri content://com.google.android.gsf.gservices/prefix from pid=15190, uid=1210175 requires com.google.android.providers.gsf.permission.READ_GSERVICES, or grantUriPermission()
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at admi.s(PG:3)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at admi.get(PG:9)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at adyc.K(PG:1)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at evt.az(PG:17)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    ... 14 more
02-25 19:45:30.460 15190 15190 E AndroidRuntime: Caused by: java.lang.SecurityException: Permission Denial: reading com.google.android.gsf.gservices.GservicesProvider uri content://com.google.android.gsf.gservices/prefix from pid=15190, uid=1210175 requires com.google.android.providers.gsf.permission.READ_GSERVICES, or grantUriPermission()
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at android.os.Parcel.createExceptionOrNull(Parcel.java:2426)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at android.os.Parcel.createException(Parcel.java:2410)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at android.os.Parcel.readException(Parcel.java:2393)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:190)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:142)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at android.content.ContentProviderProxy.query(ContentProviderNative.java:481)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at android.content.ContentResolver.query(ContentResolver.java:1221)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at android.content.ContentResolver.query(ContentResolver.java:1153)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at android.content.ContentResolver.query(ContentResolver.java:1109)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at ypw.f(PG:1)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at ypw.j(Unknown Source:2)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at ypw.g(PG:9)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at abev.<init>(Unknown Source:5)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at abew.j(Unknown Source:6)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at evv.a(PG:5)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at adno.run(PG:46)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at afuh.run(PG:2)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at zqf.run(PG:32)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at bzl.run(PG:53)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at java.lang.Thread.run(Thread.java:920)
02-25 19:45:30.460 15190 15190 E AndroidRuntime: Error reporting crash
02-25 19:45:30.460 15190 15190 E AndroidRuntime: java.lang.RuntimeException: Bad file descriptor
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at android.os.BinderProxy.transactNative(Native Method)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at android.os.BinderProxy.transact(BinderProxy.java:571)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at android.app.IActivityManager$Stub$Proxy.handleApplicationCrash(IActivityManager.java:5294)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at com.android.internal.os.RuntimeInit$KillApplicationHandler.uncaughtException(RuntimeInit.java:156)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1073)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1068)
02-25 19:45:30.460 15190 15190 E AndroidRuntime:    at java.lang.Thread.dispatchUncaughtException(Thread.java:2200)
02-25 19:45:30.460 15190 15190 I Process : Sending signal. PID: 15190 SIG: 9
02-25 19:45:30.466   683  1655 D audio_hw_output_stream: update stream 5 active 0 gain 0.000000
02-25 19:45:30.485  1441  1499 I libprocessgroup: Successfully killed process cgroup uid 1210175 pid 15190 in 0ms
02-25 19:45:30.485  1441  1459 I ActivityManager: Process com.android.vending (pid 15190) has died: fg  TOP 
02-25 19:45:30.486  1441  1459 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.ipcservers.main.MainGrpcServerAndroidService in 262144000ms for connection
02-25 19:45:30.486   664   664 I Zygote  : Process 15190 exited due to signal 9 (Killed)
02-25 19:45:30.488  1441  1487 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1210175; state: DISABLED
02-25 19:45:30.488  1441  1487 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 1210175; state: DISABLED
02-25 19:45:30.488  1441  1487 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 1210175; state: DISABLED
02-25 19:45:30.488  1441  1487 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 1210175; state: ENABLED
02-25 19:45:30.489  1441  1498 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 1210175; state: ENABLED
02-25 19:45:30.507   664   664 D Zygote  : Forked child process 15227
02-25 19:45:30.509  1441  1498 I ActivityManager: Start proc 15227:com.android.vending/u12a175 for top-activity {com.android.vending/com.android.vending.AssetBrowserActivity}
02-25 19:45:30.509 15227 15227 W Zygote  : Can't access app profile directory: /data_mirror/cur_profiles/12/com.android.vending
02-25 19:45:30.514 15227 15227 E android.vendin: Not starting debugger since process cannot load the jdwp agent.
02-25 19:45:30.565 15227 15227 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 1210175 <<<<<<
02-25 19:45:30.567 15227 15227 I AndroidRuntime: Using default boot image
02-25 19:45:30.567 15227 15227 I AndroidRuntime: Leaving lock profiling enabled
02-25 19:45:30.567 15227 15227 W libc    : Access denied finding property "odsign.verification.success"
02-25 19:45:30.569 15227 15227 W com.android.vending: ART APEX data files are untrusted.
02-25 19:45:30.619 15227 15227 D com.android.vending: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat
02-25 19:45:30.620 15227 15227 D com.android.vending: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt68l.dat
02-25 19:45:30.635 15227 15227 D AndroidRuntime: Calling main entry com.android.internal.os.ExecInit
02-25 19:45:30.635 15227 15227 D Zygote  : begin preload
02-25 19:45:30.635 15227 15227 I Zygote  : Calling ZygoteHooks.beginPreload()
02-25 19:45:30.643 15227 15227 I Zygote  : Preloading shared libraries...
02-25 19:45:30.645 15227 15227 I Zygote  : Called ZygoteHooks.endPreload()
02-25 19:45:30.651 15227 15227 I Zygote  : Installed AndroidKeyStoreProvider in 7ms.
02-25 19:45:30.651 15227 15227 D Zygote  : end preload
02-25 19:45:30.656  1441 10469 W OomAdjuster: Fallback pre-set sched group to default: java.lang.RuntimeException: Unknown error
02-25 19:45:30.657 15227 15253 W libc    : Access denied finding property "qemu.sf.lcd_density"
02-25 19:45:30.657 15227 15253 W libc    : Access denied finding property "qemu.sf.lcd_density"
02-25 19:45:30.661 15227 15227 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 1210175; state: ENABLED
02-25 19:45:30.661 15227 15227 I Typeface: Preloading /system/fonts/Roboto-Regular.ttf
02-25 19:45:30.662 15227 15227 I Typeface: Preloading /system/fonts/RobotoStatic-Regular.ttf
02-25 19:45:30.680 15227 15227 I PackageParsing: Skipping target and overlay pair com.android.settings and /product/overlay/SettingsOverlay[REDACTED].apk: overlay ignored due to required system property: ro.boot.hardware.sku with value: [REDACTED]
02-25 19:45:30.681 15227 15227 I PackageParsing: Skipping target and overlay pair com.android.settings and /product/overlay/SettingsOverlay[REDACTED].apk: overlay ignored due to required system property: ro.boot.hardware.sku with value: [REDACTED]
02-25 19:45:30.685 15227 15227 W com.android.vending: unable to execute idmap2: Permission denied
02-25 19:45:30.685 15227 15227 W OverlayConfig: 'idmap2 create-multiple' failed: no mutable="false" overlays targeting "android" will be loaded
02-25 19:45:30.692 15227 15227 W com.android.vending: Entry not found
02-25 19:45:30.692 15227 15227 W com.android.vending: Entry not found
02-25 19:45:30.692 15227 15227 W com.android.vending: Entry not found
02-25 19:45:30.693 15227 15227 W com.android.vending: Entry not found
02-25 19:45:30.703 15227 15227 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default'
02-25 19:45:30.704 15227 15227 V GraphicsEnvironment: ANGLE GameManagerService for com.android.vending: false
02-25 19:45:30.704 15227 15227 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported.
02-25 19:45:30.705 15227 15227 D NetworkSecurityConfig: No Network Security Config specified, using platform default
02-25 19:45:30.705 15227 15227 D NetworkSecurityConfig: No Network Security Config specified, using platform default
02-25 19:45:30.710 11347 11347 D PersistentFgService: com.android.vending is already bound
02-25 19:45:30.716 15227 15227 I Finsky  : [2] evt.az(6): Process created at version: 28.8.17-21 [0] [PR] 420363821
02-25 19:45:30.737 11569 11708 E DatabaseUtils: Writing exception to parcel
02-25 19:45:30.737 11569 11708 E DatabaseUtils: java.lang.SecurityException: Permission Denial: reading com.google.android.gsf.gservices.GservicesProvider uri content://com.google.android.gsf.gservices/prefix from pid=15227, uid=1210175 requires com.google.android.providers.gsf.permission.READ_GSERVICES, or grantUriPermission()
02-25 19:45:30.737 11569 11708 E DatabaseUtils:     at android.content.ContentProvider.enforceReadPermissionInner(ContentProvider.java:832)
02-25 19:45:30.737 11569 11708 E DatabaseUtils:     at android.content.ContentProvider$Transport.enforceReadPermission(ContentProvider.java:694)
02-25 19:45:30.737 11569 11708 E DatabaseUtils:     at android.content.ContentProvider$Transport.query(ContentProvider.java:233)
02-25 19:45:30.737 11569 11708 E DatabaseUtils:     at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:107)
02-25 19:45:30.737 11569 11708 E DatabaseUtils:     at android.os.Binder.execTransactInternal(Binder.java:1200)
02-25 19:45:30.737 11569 11708 E DatabaseUtils:     at android.os.Binder.execTransact(Binder.java:1163)
02-25 19:45:30.738 15227 15227 D AndroidRuntime: Shutting down VM
02-25 19:45:30.738 15227 15227 E AndroidRuntime: FATAL EXCEPTION: main
02-25 19:45:30.738 15227 15227 E AndroidRuntime: Process: com.android.vending, PID: 15227
02-25 19:45:30.738 15227 15227 E AndroidRuntime: java.lang.RuntimeException: Unable to create application com.google.android.finsky.application.classic.ClassicProdApplication: java.lang.RuntimeException: Failed to load configurations for FinskyApp
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6730)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at android.app.ActivityThread.access$1500(ActivityThread.java:247)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2053)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at android.os.Looper.loopOnce(Looper.java:201)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at android.os.Looper.loop(Looper.java:288)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at android.app.ActivityThread.main(ActivityThread.java:7839)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at java.lang.reflect.Method.invoke(Native Method)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at com.android.internal.os.ExecInit.main(ExecInit.java:48)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:355)
02-25 19:45:30.738 15227 15227 E AndroidRuntime: Caused by: java.lang.RuntimeException: Failed to load configurations for FinskyApp
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at evt.az(PG:24)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at exr.onCreate(PG:3)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1215)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6725)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    ... 11 more
02-25 19:45:30.738 15227 15227 E AndroidRuntime: Caused by: java.util.concurrent.ExecutionException: java.lang.SecurityException: Permission Denial: reading com.google.android.gsf.gservices.GservicesProvider uri content://com.google.android.gsf.gservices/prefix from pid=15227, uid=1210175 requires com.google.android.providers.gsf.permission.READ_GSERVICES, or grantUriPermission()
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at admi.s(PG:3)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at admi.get(PG:9)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at adyc.K(PG:1)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at evt.az(PG:17)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    ... 14 more
02-25 19:45:30.738 15227 15227 E AndroidRuntime: Caused by: java.lang.SecurityException: Permission Denial: reading com.google.android.gsf.gservices.GservicesProvider uri content://com.google.android.gsf.gservices/prefix from pid=15227, uid=1210175 requires com.google.android.providers.gsf.permission.READ_GSERVICES, or grantUriPermission()
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at android.os.Parcel.createExceptionOrNull(Parcel.java:2426)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at android.os.Parcel.createException(Parcel.java:2410)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at android.os.Parcel.readException(Parcel.java:2393)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:190)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:142)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at android.content.ContentProviderProxy.query(ContentProviderNative.java:481)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at android.content.ContentResolver.query(ContentResolver.java:1221)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at android.content.ContentResolver.query(ContentResolver.java:1153)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at android.content.ContentResolver.query(ContentResolver.java:1109)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at ypw.f(PG:1)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at ypw.j(Unknown Source:2)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at ypw.g(PG:9)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at abev.<init>(Unknown Source:5)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at abew.j(Unknown Source:6)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at evv.a(PG:5)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at adno.run(PG:46)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at afuh.run(PG:2)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at zqf.run(PG:32)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at bzl.run(PG:53)
02-25 19:45:30.738 15227 15227 E AndroidRuntime:    at java.lang.Thread.run(Thread.java:920)
02-25 19:45:30.739 15227 15227 E AndroidRuntime: Error reporting crash
02-25 19:45:30.739 15227 15227 E AndroidRuntime: java.lang.RuntimeException: Bad file descriptor
02-25 19:45:30.739 15227 15227 E AndroidRuntime:    at android.os.BinderProxy.transactNative(Native Method)
02-25 19:45:30.739 15227 15227 E AndroidRuntime:    at android.os.BinderProxy.transact(BinderProxy.java:571)
02-25 19:45:30.739 15227 15227 E AndroidRuntime:    at android.app.IActivityManager$Stub$Proxy.handleApplicationCrash(IActivityManager.java:5294)
02-25 19:45:30.739 15227 15227 E AndroidRuntime:    at com.android.internal.os.RuntimeInit$KillApplicationHandler.uncaughtException(RuntimeInit.java:156)
02-25 19:45:30.739 15227 15227 E AndroidRuntime:    at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1073)
02-25 19:45:30.739 15227 15227 E AndroidRuntime:    at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1068)
02-25 19:45:30.739 15227 15227 E AndroidRuntime:    at java.lang.Thread.dispatchUncaughtException(Thread.java:2200)
02-25 19:45:30.739 15227 15227 I Process : Sending signal. PID: 15227 SIG: 9
02-25 19:45:30.765  1441  1459 I ActivityManager: Process com.android.vending (pid 15227) has died: fg  TOP 
02-25 19:45:30.765  1441  1499 I libprocessgroup: Successfully killed process cgroup uid 1210175 pid 15227 in 0ms
02-25 19:45:30.765   664   664 I Zygote  : Process 15227 exited due to signal 9 (Killed)
02-25 19:45:30.767  1441  1459 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.ipcservers.main.MainGrpcServerAndroidService in 1048576000ms for connection
02-25 19:45:30.773  1441  1487 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1210175; state: DISABLED
02-25 19:45:30.774  1441  1487 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 1210175; state: DISABLED
02-25 19:45:30.774  1441  1487 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 1210175; state: DISABLED
02-25 19:45:30.774  1441  1487 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 1210175; state: ENABLED
02-25 19:45:30.774  1441  1498 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 1210175; state: ENABLED
02-25 19:45:30.785   664   664 D Zygote  : Forked child process 15262
02-25 19:45:30.787  1441  1498 I ActivityManager: Start proc 15262:com.android.vending/u12a175 for top-activity {com.android.vending/com.android.vending.AssetBrowserActivity}
02-25 19:45:30.789 15262 15262 W Zygote  : Can't access app profile directory: /data_mirror/cur_profiles/12/com.android.vending
02-25 19:45:30.793 15262 15262 E android.vendin: Not starting debugger since process cannot load the jdwp agent.
02-25 19:45:30.846 15262 15262 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 1210175 <<<<<<
02-25 19:45:30.848 15262 15262 I AndroidRuntime: Using default boot image
02-25 19:45:30.848 15262 15262 I AndroidRuntime: Leaving lock profiling enabled
02-25 19:45:30.848 15262 15262 W libc    : Access denied finding property "odsign.verification.success"
02-25 19:45:30.850 15262 15262 W com.android.vending: ART APEX data files are untrusted.
02-25 19:45:30.899 15262 15262 D com.android.vending: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat
02-25 19:45:30.899 15262 15262 D com.android.vending: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt68l.dat
02-25 19:45:30.913 15262 15262 D AndroidRuntime: Calling main entry com.android.internal.os.ExecInit
02-25 19:45:30.913 15262 15262 D Zygote  : begin preload
02-25 19:45:30.913 15262 15262 I Zygote  : Calling ZygoteHooks.beginPreload()
02-25 19:45:30.921 15262 15262 I Zygote  : Preloading shared libraries...
02-25 19:45:30.922 15262 15262 I Zygote  : Called ZygoteHooks.endPreload()
02-25 19:45:30.929 15262 15262 I Zygote  : Installed AndroidKeyStoreProvider in 6ms.
02-25 19:45:30.929 15262 15262 D Zygote  : end preload
02-25 19:45:30.933  1441  4380 W OomAdjuster: Fallback pre-set sched group to default: java.lang.RuntimeException: Unknown error
02-25 19:45:30.936 15262 15288 W libc    : Access denied finding property "qemu.sf.lcd_density"
02-25 19:45:30.936 15262 15288 W libc    : Access denied finding property "qemu.sf.lcd_density"
02-25 19:45:30.940 15262 15262 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 1210175; state: ENABLED
02-25 19:45:30.940 15262 15262 I Typeface: Preloading /system/fonts/Roboto-Regular.ttf
02-25 19:45:30.941 15262 15262 I Typeface: Preloading /system/fonts/RobotoStatic-Regular.ttf
02-25 19:45:30.960 15262 15262 I PackageParsing: Skipping target and overlay pair com.android.settings and /product/overlay/SettingsOverlay[REDACTED].apk: overlay ignored due to required system property: ro.boot.hardware.sku with value: [REDACTED]
02-25 19:45:30.961 15262 15262 I PackageParsing: Skipping target and overlay pair com.android.settings and /product/overlay/SettingsOverlay[REDACTED].apk: overlay ignored due to required system property: ro.boot.hardware.sku with value: [REDACTED]
02-25 19:45:30.965 15262 15262 W com.android.vending: unable to execute idmap2: Permission denied
02-25 19:45:30.965 15262 15262 W OverlayConfig: 'idmap2 create-multiple' failed: no mutable="false" overlays targeting "android" will be loaded
02-25 19:45:30.972 15262 15262 W com.android.vending: Entry not found
02-25 19:45:30.972 15262 15262 W com.android.vending: Entry not found
02-25 19:45:30.972 15262 15262 W com.android.vending: Entry not found
02-25 19:45:30.973 15262 15262 W com.android.vending: Entry not found
02-25 19:45:30.983 15262 15262 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default'
02-25 19:45:30.983 15262 15262 V GraphicsEnvironment: ANGLE GameManagerService for com.android.vending: false
02-25 19:45:30.983 15262 15262 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported.
02-25 19:45:30.984 15262 15262 D NetworkSecurityConfig: No Network Security Config specified, using platform default
02-25 19:45:30.984 15262 15262 D NetworkSecurityConfig: No Network Security Config specified, using platform default
02-25 19:45:30.989 11347 11347 D PersistentFgService: com.android.vending is already bound
02-25 19:45:30.996 15262 15262 I Finsky  : [2] evt.az(6): Process created at version: 28.8.17-21 [0] [PR] 420363821
02-25 19:45:31.014 11569 11708 E DatabaseUtils: Writing exception to parcel
02-25 19:45:31.014 11569 11708 E DatabaseUtils: java.lang.SecurityException: Permission Denial: reading com.google.android.gsf.gservices.GservicesProvider uri content://com.google.android.gsf.gservices/prefix from pid=15262, uid=1210175 requires com.google.android.providers.gsf.permission.READ_GSERVICES, or grantUriPermission()
02-25 19:45:31.014 11569 11708 E DatabaseUtils:     at android.content.ContentProvider.enforceReadPermissionInner(ContentProvider.java:832)
02-25 19:45:31.014 11569 11708 E DatabaseUtils:     at android.content.ContentProvider$Transport.enforceReadPermission(ContentProvider.java:694)
02-25 19:45:31.014 11569 11708 E DatabaseUtils:     at android.content.ContentProvider$Transport.query(ContentProvider.java:233)
02-25 19:45:31.014 11569 11708 E DatabaseUtils:     at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:107)
02-25 19:45:31.014 11569 11708 E DatabaseUtils:     at android.os.Binder.execTransactInternal(Binder.java:1200)
02-25 19:45:31.014 11569 11708 E DatabaseUtils:     at android.os.Binder.execTransact(Binder.java:1163)
02-25 19:45:31.015 15262 15262 D AndroidRuntime: Shutting down VM
02-25 19:45:31.015 15262 15262 E AndroidRuntime: FATAL EXCEPTION: main
02-25 19:45:31.015 15262 15262 E AndroidRuntime: Process: com.android.vending, PID: 15262
02-25 19:45:31.015 15262 15262 E AndroidRuntime: java.lang.RuntimeException: Unable to create application com.google.android.finsky.application.classic.ClassicProdApplication: java.lang.RuntimeException: Failed to load configurations for FinskyApp
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6730)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at android.app.ActivityThread.access$1500(ActivityThread.java:247)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2053)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at android.os.Looper.loopOnce(Looper.java:201)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at android.os.Looper.loop(Looper.java:288)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at android.app.ActivityThread.main(ActivityThread.java:7839)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at java.lang.reflect.Method.invoke(Native Method)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at com.android.internal.os.ExecInit.main(ExecInit.java:48)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:355)
02-25 19:45:31.015 15262 15262 E AndroidRuntime: Caused by: java.lang.RuntimeException: Failed to load configurations for FinskyApp
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at evt.az(PG:24)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at exr.onCreate(PG:3)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1215)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6725)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    ... 11 more
02-25 19:45:31.015 15262 15262 E AndroidRuntime: Caused by: java.util.concurrent.ExecutionException: java.lang.SecurityException: Permission Denial: reading com.google.android.gsf.gservices.GservicesProvider uri content://com.google.android.gsf.gservices/prefix from pid=15262, uid=1210175 requires com.google.android.providers.gsf.permission.READ_GSERVICES, or grantUriPermission()
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at admi.s(PG:3)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at admi.get(PG:9)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at adyc.K(PG:1)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at evt.az(PG:17)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    ... 14 more
02-25 19:45:31.015 15262 15262 E AndroidRuntime: Caused by: java.lang.SecurityException: Permission Denial: reading com.google.android.gsf.gservices.GservicesProvider uri content://com.google.android.gsf.gservices/prefix from pid=15262, uid=1210175 requires com.google.android.providers.gsf.permission.READ_GSERVICES, or grantUriPermission()
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at android.os.Parcel.createExceptionOrNull(Parcel.java:2426)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at android.os.Parcel.createException(Parcel.java:2410)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at android.os.Parcel.readException(Parcel.java:2393)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:190)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:142)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at android.content.ContentProviderProxy.query(ContentProviderNative.java:481)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at android.content.ContentResolver.query(ContentResolver.java:1221)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at android.content.ContentResolver.query(ContentResolver.java:1153)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at android.content.ContentResolver.query(ContentResolver.java:1109)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at ypw.f(PG:1)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at ypw.j(Unknown Source:2)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at ypw.g(PG:9)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at abev.<init>(Unknown Source:5)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at abew.j(Unknown Source:6)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at evv.a(PG:5)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at adno.run(PG:46)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at afuh.run(PG:2)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at zqf.run(PG:32)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at bzl.run(PG:53)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at java.lang.Thread.run(Thread.java:920)
02-25 19:45:31.015 15262 15262 E AndroidRuntime: Error reporting crash
02-25 19:45:31.015 15262 15262 E AndroidRuntime: java.lang.RuntimeException: Bad file descriptor
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at android.os.BinderProxy.transactNative(Native Method)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at android.os.BinderProxy.transact(BinderProxy.java:571)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at android.app.IActivityManager$Stub$Proxy.handleApplicationCrash(IActivityManager.java:5294)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at com.android.internal.os.RuntimeInit$KillApplicationHandler.uncaughtException(RuntimeInit.java:156)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1073)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1068)
02-25 19:45:31.015 15262 15262 E AndroidRuntime:    at java.lang.Thread.dispatchUncaughtException(Thread.java:2200)
02-25 19:45:31.015 15262 15262 I Process : Sending signal. PID: 15262 SIG: 9
02-25 19:45:31.040  1441  1459 I ActivityManager: Process com.android.vending (pid 15262) has died: fg  TOP 
02-25 19:45:31.040  1441  1499 I libprocessgroup: Successfully killed process cgroup uid 1210175 pid 15262 in 0ms
02-25 19:45:31.042   664   664 I Zygote  : Process 15262 exited due to signal 9 (Killed)
02-25 19:45:31.042  1441  1459 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.ipcservers.main.MainGrpcServerAndroidService in 4194304000ms for connection
02-25 19:45:31.051  1441  1487 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1210175; state: DISABLED
02-25 19:45:31.051  1441  1487 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 1210175; state: DISABLED
02-25 19:45:31.051  1441  1487 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 1210175; state: DISABLED
02-25 19:45:31.051  1441  1487 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 1210175; state: ENABLED
02-25 19:45:31.052  1441  1498 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 1210175; state: ENABLED
02-25 19:45:31.065   664   664 D Zygote  : Forked child process 15297
02-25 19:45:31.066  1441  1498 I ActivityManager: Start proc 15297:com.android.vending/u12a175 for top-activity {com.android.vending/com.android.vending.AssetBrowserActivity}
02-25 19:45:31.067 15297 15297 W Zygote  : Can't access app profile directory: /data_mirror/cur_profiles/12/com.android.vending
02-25 19:45:31.072 15297 15297 E android.vendin: Not starting debugger since process cannot load the jdwp agent.
02-25 19:45:31.122 15297 15297 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 1210175 <<<<<<
02-25 19:45:31.124 15297 15297 I AndroidRuntime: Using default boot image
02-25 19:45:31.124 15297 15297 I AndroidRuntime: Leaving lock profiling enabled
02-25 19:45:31.124 15297 15297 W libc    : Access denied finding property "odsign.verification.success"
02-25 19:45:31.126 15297 15297 W com.android.vending: ART APEX data files are untrusted.
02-25 19:45:31.177 15297 15297 D com.android.vending: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat
02-25 19:45:31.177 15297 15297 D com.android.vending: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt68l.dat
02-25 19:45:31.192 15297 15297 D AndroidRuntime: Calling main entry com.android.internal.os.ExecInit
02-25 19:45:31.192 15297 15297 D Zygote  : begin preload
02-25 19:45:31.192 15297 15297 I Zygote  : Calling ZygoteHooks.beginPreload()
02-25 19:45:31.200 15297 15297 I Zygote  : Preloading shared libraries...
02-25 19:45:31.201 15297 15297 I Zygote  : Called ZygoteHooks.endPreload()
02-25 19:45:31.208 15297 15297 I Zygote  : Installed AndroidKeyStoreProvider in 6ms.
02-25 19:45:31.208 15297 15297 D Zygote  : end preload
02-25 19:45:31.213  1441 10470 W OomAdjuster: Fallback pre-set sched group to default: java.lang.RuntimeException: Unknown error
02-25 19:45:31.215 15297 15323 W libc    : Access denied finding property "qemu.sf.lcd_density"
02-25 19:45:31.215 15297 15323 W libc    : Access denied finding property "qemu.sf.lcd_density"
02-25 19:45:31.219 15297 15297 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 1210175; state: ENABLED
02-25 19:45:31.219 15297 15297 I Typeface: Preloading /system/fonts/Roboto-Regular.ttf
02-25 19:45:31.219 15297 15297 I Typeface: Preloading /system/fonts/RobotoStatic-Regular.ttf
02-25 19:45:31.239 15297 15297 I PackageParsing: Skipping target and overlay pair com.android.settings and /product/overlay/SettingsOverlay[REDACTED].apk: overlay ignored due to required system property: ro.boot.hardware.sku with value: [REDACTED]
02-25 19:45:31.239 15297 15297 I PackageParsing: Skipping target and overlay pair com.android.settings and /product/overlay/SettingsOverlay[REDACTED].apk: overlay ignored due to required system property: ro.boot.hardware.sku with value: [REDACTED]
02-25 19:45:31.244 15297 15297 W com.android.vending: unable to execute idmap2: Permission denied
02-25 19:45:31.244 15297 15297 W OverlayConfig: 'idmap2 create-multiple' failed: no mutable="false" overlays targeting "android" will be loaded
02-25 19:45:31.251 15297 15297 W com.android.vending: Entry not found
02-25 19:45:31.251 15297 15297 W com.android.vending: Entry not found
02-25 19:45:31.251 15297 15297 W com.android.vending: Entry not found
02-25 19:45:31.251 15297 15297 W com.android.vending: Entry not found
02-25 19:45:31.253   683  1239 D audio_hw_35l41: cs35l41_rtlogger_data_analysis: Left/Top impedance: 573488
02-25 19:45:31.254   683  1239 D audio_hw_35l41: cs35l41_rtlogger_data_analysis: Right/Bottom impedance: 569555
02-25 19:45:31.254   683  1239 D audio_hw_35l41: cs35l41_bdlogger_data_analysis: Left/Top Max temp: 0x76dcc ==> 29.715576 C
02-25 19:45:31.254   683  1239 D audio_hw_35l41: cs35l41_bdlogger_data_analysis: Left/Top Max exc: 0x3577 ==> 0.026106 mm
02-25 19:45:31.254   683  1239 D audio_hw_35l41: cs35l41_bdlogger_data_analysis: Left/Top dsp heartbeat = 0x7ab3
02-25 19:45:31.254   683  1239 D audio_hw_35l41: cs35l41_bdlogger_data_analysis: Right/Bottom Max temp: 0x7b3a4 ==> 30.806885 C
02-25 19:45:31.255   683  1239 D audio_hw_35l41: cs35l41_bdlogger_data_analysis: Right/Bottom Max exc: 0xf3ad ==> 0.118982 mm
02-25 19:45:31.255   683  1239 D audio_hw_35l41: cs35l41_bdlogger_data_analysis: Right/Bottom dsp heartbeat = 0x83da
02-25 19:45:31.262 15297 15297 V GraphicsEnvironment: ANGLE Developer option for 'com.android.vending' set to: 'default'
02-25 19:45:31.263 15297 15297 V GraphicsEnvironment: ANGLE GameManagerService for com.android.vending: false
02-25 19:45:31.263 15297 15297 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported.
02-25 19:45:31.263 15297 15297 D NetworkSecurityConfig: No Network Security Config specified, using platform default
02-25 19:45:31.264 15297 15297 D NetworkSecurityConfig: No Network Security Config specified, using platform default
02-25 19:45:31.269 11347 11347 D PersistentFgService: com.android.vending is already bound
02-25 19:45:31.277 15297 15297 I Finsky  : [2] evt.az(6): Process created at version: 28.8.17-21 [0] [PR] 420363821
02-25 19:45:31.295 11569 11708 E DatabaseUtils: Writing exception to parcel
02-25 19:45:31.295 11569 11708 E DatabaseUtils: java.lang.SecurityException: Permission Denial: reading com.google.android.gsf.gservices.GservicesProvider uri content://com.google.android.gsf.gservices/prefix from pid=15297, uid=1210175 requires com.google.android.providers.gsf.permission.READ_GSERVICES, or grantUriPermission()
02-25 19:45:31.295 11569 11708 E DatabaseUtils:     at android.content.ContentProvider.enforceReadPermissionInner(ContentProvider.java:832)
02-25 19:45:31.295 11569 11708 E DatabaseUtils:     at android.content.ContentProvider$Transport.enforceReadPermission(ContentProvider.java:694)
02-25 19:45:31.295 11569 11708 E DatabaseUtils:     at android.content.ContentProvider$Transport.query(ContentProvider.java:233)
02-25 19:45:31.295 11569 11708 E DatabaseUtils:     at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:107)
02-25 19:45:31.295 11569 11708 E DatabaseUtils:     at android.os.Binder.execTransactInternal(Binder.java:1200)
02-25 19:45:31.295 11569 11708 E DatabaseUtils:     at android.os.Binder.execTransact(Binder.java:1163)
02-25 19:45:31.296 15297 15297 D AndroidRuntime: Shutting down VM
02-25 19:45:31.297 15297 15297 E AndroidRuntime: FATAL EXCEPTION: main
02-25 19:45:31.297 15297 15297 E AndroidRuntime: Process: com.android.vending, PID: 15297
02-25 19:45:31.297 15297 15297 E AndroidRuntime: java.lang.RuntimeException: Unable to create application com.google.android.finsky.application.classic.ClassicProdApplication: java.lang.RuntimeException: Failed to load configurations for FinskyApp
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6730)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at android.app.ActivityThread.access$1500(ActivityThread.java:247)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2053)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at android.os.Handler.dispatchMessage(Handler.java:106)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at android.os.Looper.loopOnce(Looper.java:201)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at android.os.Looper.loop(Looper.java:288)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at android.app.ActivityThread.main(ActivityThread.java:7839)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at java.lang.reflect.Method.invoke(Native Method)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at com.android.internal.os.ExecInit.main(ExecInit.java:48)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:355)
02-25 19:45:31.297 15297 15297 E AndroidRuntime: Caused by: java.lang.RuntimeException: Failed to load configurations for FinskyApp
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at evt.az(PG:24)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at exr.onCreate(PG:3)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1215)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6725)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    ... 11 more
02-25 19:45:31.297 15297 15297 E AndroidRuntime: Caused by: java.util.concurrent.ExecutionException: java.lang.SecurityException: Permission Denial: reading com.google.android.gsf.gservices.GservicesProvider uri content://com.google.android.gsf.gservices/prefix from pid=15297, uid=1210175 requires com.google.android.providers.gsf.permission.READ_GSERVICES, or grantUriPermission()
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at admi.s(PG:3)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at admi.get(PG:9)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at adyc.K(PG:1)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at evt.az(PG:17)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    ... 14 more
02-25 19:45:31.297 15297 15297 E AndroidRuntime: Caused by: java.lang.SecurityException: Permission Denial: reading com.google.android.gsf.gservices.GservicesProvider uri content://com.google.android.gsf.gservices/prefix from pid=15297, uid=1210175 requires com.google.android.providers.gsf.permission.READ_GSERVICES, or grantUriPermission()
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at android.os.Parcel.createExceptionOrNull(Parcel.java:2426)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at android.os.Parcel.createException(Parcel.java:2410)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at android.os.Parcel.readException(Parcel.java:2393)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:190)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:142)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at android.content.ContentProviderProxy.query(ContentProviderNative.java:481)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at android.content.ContentResolver.query(ContentResolver.java:1221)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at android.content.ContentResolver.query(ContentResolver.java:1153)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at android.content.ContentResolver.query(ContentResolver.java:1109)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at ypw.f(PG:1)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at ypw.j(Unknown Source:2)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at ypw.g(PG:9)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at abev.<init>(Unknown Source:5)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at abew.j(Unknown Source:6)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at evv.a(PG:5)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at adno.run(PG:46)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at afuh.run(PG:2)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at zqf.run(PG:32)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at bzl.run(PG:53)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at java.lang.Thread.run(Thread.java:920)
02-25 19:45:31.297 15297 15297 E AndroidRuntime: Error reporting crash
02-25 19:45:31.297 15297 15297 E AndroidRuntime: java.lang.RuntimeException: Bad file descriptor
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at android.os.BinderProxy.transactNative(Native Method)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at android.os.BinderProxy.transact(BinderProxy.java:571)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at android.app.IActivityManager$Stub$Proxy.handleApplicationCrash(IActivityManager.java:5294)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at com.android.internal.os.RuntimeInit$KillApplicationHandler.uncaughtException(RuntimeInit.java:156)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1073)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1068)
02-25 19:45:31.297 15297 15297 E AndroidRuntime:    at java.lang.Thread.dispatchUncaughtException(Thread.java:2200)
02-25 19:45:31.297 15297 15297 I Process : Sending signal. PID: 15297 SIG: 9
02-25 19:45:31.324  1441 10470 I ActivityManager: Process com.android.vending (pid 15297) has died: fg  TOP 
02-25 19:45:31.324  1441  1499 I libprocessgroup: Successfully killed process cgroup uid 1210175 pid 15297 in 0ms
02-25 19:45:31.324   664   664 I Zygote  : Process 15297 exited due to signal 9 (Killed)
02-25 19:45:31.325  1441 10470 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.ipcservers.main.MainGrpcServerAndroidService in 16777216000ms for connection
02-25 19:45:31.330  1441  1487 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1210175; state: DISABLED
02-25 19:45:31.330  1441  1487 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 1210175; state: DISABLED
02-25 19:45:31.331  1441  1487 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 1210175; state: DISABLED
02-25 19:45:31.331  1441  1487 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 1210175; state: ENABLED
02-25 19:45:31.331  1441  1498 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 1210175; state: ENABLED
02-25 19:45:31.352   664   664 D Zygote  : Forked child process 15332
Peter-Easton commented 2 years ago

This issue has been resolved in Build SQ1D.220205.004.2022022818.

Marking as resolved.

thestinger commented 2 years ago

I don't think anything was resolved but if it's not easily reproducible it's best to close it. It wouldn't be a GrapheneOS issue but rather an AOSP profile issue anyway. We cannot realistically track AOSP issues as a whole on our tracker and we're going to need to start closing those.