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

Commit 139fadb0 authored by George Chan's avatar George Chan Committed by Android (Google) Code Review
Browse files

Merge "Minor logging improvement for failing permission checks for silent installers." into main

parents 6978033a 837c26fd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -332,7 +332,8 @@ public class BackgroundInstallControlService extends SystemService {
                userId)
                != PERMISSION_GRANTED) {
            if(Build.IS_DEBUGGABLE) {
                Slog.d(TAG, "handlePackageAdd " + packageName + ": installer doesn't "
                Slog.d(TAG, "handlePackageAdd " + packageName + ": installer ("
                    + installerPackageName + ") doesn't "
                    + "have INSTALL_PACKAGES permission, skipping");
            }
            return;