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

This commit is contained in:
TreeHugger Robot
2017-04-05 20:40:53 +00:00
committed by Android (Google) Code Review

View File

@@ -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);