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

Commit d63f71dc authored by Steve Kondik's avatar Steve Kondik
Browse files

Merge branch 'themes-2.3.1_r1' of...

Merge branch 'themes-2.3.1_r1' of https://github.com/tmobile/themes-platform-frameworks-base into HEAD
parents 7de0ce8d 9c033c22
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ public class ZygoteInit {
    private static final String PRELOADED_CLASSES = "preloaded-classes";

    /** Controls whether we should preload resources during zygote init. */
    private static final boolean PRELOAD_RESOURCES = true;
    private static final boolean PRELOAD_RESOURCES = false;

    /**
     * List of methods we "warm up" in the register map cache.  These were
@@ -407,6 +407,8 @@ public class ZygoteInit {
                N = preloadColorStateLists(runtime, ar);
                Log.i(TAG, "...preloaded " + N + " resources in "
                        + (SystemClock.uptimeMillis()-startTime) + "ms.");
            } else {
                Log.i(TAG, "Preload resources disabled, skipped.");
            }
            mResources.finishPreloading();
        } catch (RuntimeException e) {