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

Commit 2172148f authored by Brian Carlstrom's avatar Brian Carlstrom Committed by Android Git Automerger
Browse files

am 2d0f1d65: am 19c8b395: am 6c3baf12: Preload DexCaches

* commit '2d0f1d65':
  Preload DexCaches
parents acb6a0ce 2d0f1d65
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -322,6 +322,9 @@ public class ZygoteInit {
                // Restore default.
                runtime.setTargetHeapUtilization(defaultUtilization);

                // Fill in dex caches with classes, fields, and methods brought in by preloading.
                runtime.preloadDexCaches();

                Debug.stopAllocCounting();

                // Bring back root. We'll need it later.