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

Commit 837c26fd authored by George Chan's avatar George Chan
Browse files

Minor logging improvement for failing permission checks for silent installers.

Bug: 393580732
Change-Id: I76a8813ccef8b66358e6e69eef77ebcd8991ca20
Test: m
Flag: EXEMPT bug fix
parent 33957a5a
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;