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

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

Merge "Fix issue #62524613: Background limitation is not working as expected..." into oc-dev

parents 08b3fd96 a33f1a2f
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -626,6 +626,7 @@ public final class ActiveServices {
                            != ActivityManager.APP_START_MODE_NORMAL) {
                        if (stopping == null) {
                            stopping = new ArrayList<>();
                        }
                        String compName = service.name.flattenToShortString();
                        EventLogTags.writeAmStopIdleService(service.appInfo.uid, compName);
                        StringBuilder sb = new StringBuilder(64);
@@ -641,7 +642,6 @@ public final class ActiveServices {
                    }
                }
            }
            }
            if (stopping != null) {
                for (int i=stopping.size()-1; i>=0; i--) {
                    ServiceRecord service = stopping.get(i);