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

Commit 3a68e97e authored by Tim Murray's avatar Tim Murray Committed by android-build-merger
Browse files

Merge "Make sure perceptible services are in the default sched group." into nyc-dev am: 96700fc0

am: dcf5ceaa

* commit 'dcf5ceaa':
  Make sure perceptible services are in the default sched group.
parents cca2a779 dcf5ceaa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18719,6 +18719,7 @@ public final class ActivityManagerService extends ActivityManagerNative
                                        && clientAdj < ProcessList.PERCEPTIBLE_APP_ADJ
                                        && adj > ProcessList.PERCEPTIBLE_APP_ADJ) {
                                    adj = ProcessList.PERCEPTIBLE_APP_ADJ;
                                    schedGroup = Process.THREAD_GROUP_DEFAULT;
                                } else if (clientAdj >= ProcessList.PERCEPTIBLE_APP_ADJ) {
                                    adj = clientAdj;
                                } else {