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

Commit db265358 authored by Suprabh Shukla's avatar Suprabh Shukla Committed by android-build-merger
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
am: 02f98c70

Change-Id: Iba7fcb867e87fc66722c653c351ae94c2a546cdf
parents 358ce9d3 02f98c70
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,