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

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

Make sure perceptible services are in the default sched group.

bug 27381069

Change-Id: Ic3b9901a914020105bfa36a2c133a448f030da4f
parent a7932845
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18656,6 +18656,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 {