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

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

Merge "Temporarily stop crashing on alarm limit" into qt-dev am: db8b76d5

am: 92e92b83

Change-Id: I9b86f26d153e4fbfb6402b83d6580dfe67ce6b20
parents c33057e6 92e92b83
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1764,7 +1764,8 @@ class AlarmManagerService extends SystemService {
                                + ", callingPackage: " + callingPackage;
                // STOPSHIP (b/128866264): Just to catch breakages. Remove before final release.
                Slog.wtf(TAG, errorMsg);
                throw new UnsupportedOperationException(errorMsg);
                // TODO b/129995049: Resume throwing once issue is resolved.
                // throw new UnsupportedOperationException(errorMsg);
            }
            setImplLocked(type, triggerAtTime, triggerElapsed, windowLength, maxElapsed,
                    interval, operation, directReceiver, listenerTag, flags, true, workSource,