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

Commit 6011f7c7 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by android-build-merger
Browse files

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

am: 36de3764

Change-Id: I96f6f541d2cf285d593f82ad548057a4873ae958
parents ec5feb87 36de3764
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);