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

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

Merge "Clean up logging" into sc-dev

parents acbeea2b 96dab152
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -8469,7 +8469,9 @@ public class NotificationManagerService extends SystemService {
            for (int i = 0; i < newUris.size(); i++) {
                final Uri uri = newUris.valueAt(i);
                if (oldUris == null || !oldUris.contains(uri)) {
                    if (DBG) {
                        Slog.d(TAG, key + ": granting " + uri);
                    }
                    grantUriPermission(permissionOwner, uri, newRecord.getUid(), targetPkg,
                            targetUserId);
                }