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

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

Merge "Do not log booleans"

parents bae3d708 bef4eed2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4195,7 +4195,7 @@ public class NotificationManagerService extends SystemService {
                                .setCategory(MetricsEvent.NOTIFICATION_SNOOZED)
                                .setType(MetricsEvent.TYPE_CLOSE)
                                .addTaggedData(MetricsEvent.NOTIFICATION_SNOOZED_CRITERIA,
                                        snoozeCriterionId == null ? false : true));
                                        snoozeCriterionId == null ? 0 : 1));
                        cancelNotificationLocked(r, false, REASON_SNOOZED);
                        updateLightsLocked();
                        if (snoozeCriterionId != null) {