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

Commit 02f98c70 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

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

Merge "Merge "Resume throwing if too many concurrent alarms" into qt-dev am: 168f5980" into qt-dev-plus-aosp
parents f5beb399 b9a16bf5
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,