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

Commit 14aa7886 authored by Songchun Fan's avatar Songchun Fan Committed by Automerger Merge Worker
Browse files

Merge "Fix the functionality of log-visibility" into tm-dev am: 68bed01e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17344183

Change-Id: I73c4e66cb557e4b8ad5beb661b854021ab0c0fa5
parents a73e02d7 68bed01e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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)) {