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

Commit f6be7d17 authored by Craig Mautner's avatar Craig Mautner Committed by Gerrit Code Review
Browse files

Merge "[ActivityManager] Fix race condition in pss collection"

parents f54954f9 62cfde14
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1836,7 +1836,9 @@ public final class ActivityManagerService extends ActivityManagerNative
                break;
            }
            case REQUEST_ALL_PSS_MSG: {
                synchronized (ActivityManagerService.this) {
                    requestPssAllProcsLocked(SystemClock.uptimeMillis(), true, false);
                }
                break;
            }
            case START_PROFILES_MSG: {