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

Commit f538b66b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Revert "Remove usages of Slog.wtf"" into rvc-dev am: 129b3ffb am: f9765818

Change-Id: Ic7a82fa22ae3a298d8be0156d4ac0f21052b30e2
parents 74522946 f9765818
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -720,7 +720,7 @@ public class AppsFilter {
                return false;
            }
            if (callingSetting == null) {
                Slog.w(TAG, "No setting found for non system uid " + callingUid);
                Slog.wtf(TAG, "No setting found for non system uid " + callingUid);
                return true;
            }
            final PackageSetting callingPkgSetting;
@@ -760,7 +760,7 @@ public class AppsFilter {
            final AndroidPackage targetPkg = targetPkgSetting.pkg;
            if (targetPkg == null) {
                if (DEBUG_LOGGING) {
                    Slog.w(TAG, "shouldFilterApplication: " + "targetPkg is null");
                    Slog.wtf(TAG, "shouldFilterApplication: " + "targetPkg is null");
                }
                return true;
            }