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

Commit 877d8939 authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am f6be7d17: Merge "[ActivityManager] Fix race condition in pss collection"

* commit 'f6be7d17':
  [ActivityManager] Fix race condition in pss collection
parents a370d9d1 f6be7d17
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: {