Loading services/core/java/com/android/server/notification/GroupHelper.java +6 −2 Original line number Diff line number Diff line Loading @@ -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); } } } } Loading Loading
services/core/java/com/android/server/notification/GroupHelper.java +6 −2 Original line number Diff line number Diff line Loading @@ -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); } } } } Loading