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

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

am 799cb730: Merge "[ActivityManager] Fix race condition in pss collection" into lmp-mr1-dev

* commit '799cb730':
  [ActivityManager] Fix race condition in pss collection
parents a32933fd 799cb730
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1669,7 +1669,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: {