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

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

Merge "Resume throwing if too many concurrent alarms" into qt-dev

parents aae9d6c7 f10f9699
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1764,8 +1764,7 @@ class AlarmManagerService extends SystemService {
                                + ", callingPackage: " + callingPackage;
                // STOPSHIP (b/128866264): Just to catch breakages. Remove before final release.
                Slog.wtf(TAG, errorMsg);
                // TODO b/129995049: Resume throwing after some soak time without errors
                // throw new UnsupportedOperationException(errorMsg);
                throw new UnsupportedOperationException(errorMsg);
            }
            setImplLocked(type, triggerAtTime, triggerElapsed, windowLength, maxElapsed,
                    interval, operation, directReceiver, listenerTag, flags, true, workSource,