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

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

Merge "Removing wtf log when crashing alarm manager client" into qt-dev am:...

Merge "Removing wtf log when crashing alarm manager client" into qt-dev am: 01dbc2cb am: eecc28ff
am: 5fef4c4d

Change-Id: I636f4b2096544c25e02f7ebd94c74369ec6675da
parents c256329e 5fef4c4d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1767,8 +1767,7 @@ class AlarmManagerService extends SystemService {
                                + ", callingPackage: " + callingPackage;
                mHandler.obtainMessage(AlarmHandler.UNREGISTER_CANCEL_LISTENER,
                        operation).sendToTarget();
                // STOPSHIP (b/128866264): Just to catch breakages. Remove before final release.
                Slog.wtf(TAG, errorMsg);
                Slog.w(TAG, errorMsg);
                throw new IllegalStateException(errorMsg);
            }
            setImplLocked(type, triggerAtTime, triggerElapsed, windowLength, maxElapsed,