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

Commit 441ca70d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Temporarily move missing justification log from wtf to e."

parents f0503755 65a8b927
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11258,7 +11258,7 @@ public class PackageManagerService extends IPackageManager.Stub
                                == UsesPermissionInfo.USAGE_UNDEFINED
                            || upi.getDataRetention() == UsesPermissionInfo.RETENTION_UNDEFINED) {
                        // STOPSHIP: Make this throw
                        Slog.wtf(TAG, "Package " + pkg.packageName + " does not provide usage "
                        Slog.e(TAG, "Package " + pkg.packageName + " does not provide usage "
                                + "information for permission " + upi.getPermission()
                                + ". This will be a fatal error in Q.");
                    }