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

Commit b7736afb authored by Julia Reynolds's avatar Julia Reynolds Committed by Android (Google) Code Review
Browse files

Merge "Catch exceptions when grouping sparse groups" into main

parents 33498792 dbbd3a1a
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -757,8 +757,12 @@ public class GroupHelper {

            // scenario 3: sparse/singleton groups
            if (Flags.notificationForceGroupSingletons()) {
                try {
                    groupSparseGroups(record, notificationList, summaryByGroupKey, sectioner,
                        fullAggregateGroupKey);
                } catch (Throwable e) {
                    Slog.wtf(TAG, "Failed to group sparse groups", e);
                }
            }
        }
    }