Merge "Fix the functionality of log-visibility" into tm-dev

This commit is contained in:
Songchun Fan
2022-03-24 15:18:13 +00:00
committed by Android (Google) Code Review

View File

@@ -1330,7 +1330,9 @@ public class AppsFilter implements Watchable, Snappable {
+ callingUid + " -> " + targetUid);
return true;
}
return mShouldFilterCache.valueAt(callingIndex, targetIndex);
if (!mShouldFilterCache.valueAt(callingIndex, targetIndex)) {
return false;
}
} else {
if (!shouldFilterApplicationInternal(
callingUid, callingSetting, targetPkgSetting, userId)) {