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

Commit 868c4297 authored by Jackal Guo's avatar Jackal Guo Committed by Android (Google) Code Review
Browse files

Merge "Fix the functionality of log-visibility"

parents db1e4479 e0e47402
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -1330,7 +1330,9 @@ public class AppsFilter implements Watchable, Snappable {
                                + callingUid + " -> " + targetUid);
                                + callingUid + " -> " + targetUid);
                        return true;
                        return true;
                    }
                    }
                    return mShouldFilterCache.valueAt(callingIndex, targetIndex);
                    if (!mShouldFilterCache.valueAt(callingIndex, targetIndex)) {
                        return false;
                    }
                } else {
                } else {
                    if (!shouldFilterApplicationInternal(
                    if (!shouldFilterApplicationInternal(
                            callingUid, callingSetting, targetPkgSetting, userId)) {
                            callingUid, callingSetting, targetPkgSetting, userId)) {