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

Commit 65a8b927 authored by Joel Galenson's avatar Joel Galenson
Browse files

Temporarily move missing justification log from wtf to e.

This should make booting cleaner and faster until all these apps are
updated.

Bug: 120561589
Test: Boot, see no relevant wtfs.
Change-Id: Ibdbdfa5471b33f6293fafc4ee027478f4b3a0e8b
parent 1f7d4274
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11266,7 +11266,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.");
                    }