Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20274d15 authored by Todd Kennedy's avatar Todd Kennedy
Browse files

Turn off caching temporarily until we can address some of the issues.

Revert "PackageManagerService: Enable package parse cache."

This reverts commit 6453db68.

Change-Id: I88b6e08a64827550abda91df2dc06611cedeab62
parent 6453db68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -575,7 +575,7 @@ public class PackageManagerService extends IPackageManager.Stub {
    /**
     * Whether the package parser cache is enabled.
     */
    private static final boolean DEFAULT_PACKAGE_PARSER_CACHE_ENABLED = true;
    private static final boolean DEFAULT_PACKAGE_PARSER_CACHE_ENABLED = false;
    final ServiceThread mHandlerThread;