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

Commit 3dd9f787 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use concurrent GC in PackageManagerService constructor."

parents 4bc7c491 d4846809
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3842,7 +3842,7 @@ public class PackageManagerService extends IPackageManager.Stub
        // are all flushed.  Not really needed, but keeps things nice and
        // tidy.
        t.traceBegin("GC");
        Runtime.getRuntime().gc();
        VMRuntime.getRuntime().requestConcurrentGC();
        t.traceEnd();
        // The initial scanning above does many calls into installd while