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

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

Merge "Work on issue #36869295: com.qti.qualcomm.datastatusnotification..." into oc-dev

parents 1cf2c974 2f8e3788
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -371,7 +371,8 @@ public final class ActiveServices {
                    }
                    // This app knows it is in the new model where this operation is not
                    // allowed, so tell it what has happened.
                    return new ComponentName("?", "app is in background");
                    UidRecord uidRec = mAm.mActiveUids.get(r.appInfo.uid);
                    return new ComponentName("?", "app is in background uid " + uidRec);
                }
            } finally {
                Binder.restoreCallingIdentity(token);