Merge "Work on issue #36869295: com.qti.qualcomm.datastatusnotification..." into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
36de376430
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user