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

Commit a9318154 authored by Tim Murray's avatar Tim Murray
Browse files

ActivityManagerService: don't compact system at BOOT_COMPLETED

Skip compaction at BOOT_COMPLETED since that can trigger during
post-unlock initialization.

Test: boot, no system compaction during unlock
Bug: 161866124

Change-Id: I27aa48605c8f0c29098768e5487c1c43f96cb6c9
parent 31e2b362
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4645,7 +4645,6 @@ public class ActivityManagerService extends IActivityManager.Stub
                                String data, Bundle extras, boolean ordered,
                                boolean sticky, int sendingUser) {
                            synchronized (ActivityManagerService.this) {
                                mOomAdjuster.mCachedAppOptimizer.compactAllSystem();
                                mAppProfiler.requestPssAllProcsLocked(
                                        SystemClock.uptimeMillis(), true, false);
                            }