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

Commit 151675e3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Work on issue #130684057: oom_adj scores for 1P apps are abnormally low" into qt-dev

parents fb3c3679 d3523773
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -248,7 +248,8 @@ public final class JobServiceContext implements ServiceConnection {
            scheduleOpTimeOutLocked();
            final Intent intent = new Intent().setComponent(job.getServiceComponent());
            boolean binding = mContext.bindServiceAsUser(intent, this,
                    Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND,
                    Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND
                    | Context.BIND_NOT_VISIBLE | Context.BIND_ADJUST_BELOW_PERCEPTIBLE,
                    new UserHandle(job.getUserId()));
            if (!binding) {
                if (DEBUG) {