Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean package manager caches on boot #323

Merged
merged 1 commit into from
May 2, 2023
Merged

Clean package manager caches on boot #323

merged 1 commit into from
May 2, 2023

Commits on May 2, 2023

  1. Clean package manager caches on boot

    On some devices, the system time is set too late in the boot process.
    This, for some reason, causes the package manager service to not update
    the cache entry in /data/system/package_cache despite the mtime of the
    apk being newer than the mtime of the cache entry [1]. The outdated
    cache entry causes BCR to crash with an error about the app theme not
    being derived from Theme.AppCompat. This commit works around the issue
    in a brute force way by deleting BCR's package manager cache entry on
    every boot.
    
    [1] https://cs.android.com/android/platform/superproject/+/android-13.0.0_r42:frameworks/base/services/core/java/com/android/server/pm/parsing/PackageCacher.java;l=139
    
    Fixes: #275, #303, #307
    
    Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
    chenxiaolong committed May 2, 2023
    Configuration menu
    Copy the full SHA
    2ffd840 View commit details
    Browse the repository at this point in the history