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

Commit b9a16bf5 authored by Suprabh Shukla's avatar Suprabh Shukla Committed by android-build-merger
Browse files

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

am: 168f5980

Change-Id: I49e06054f87b78f8cbea0d4e756284ba7beb8403
parents e52825eb 168f5980
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,