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

Commit 10194950 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: 01dbc2cb

am: eecc28ff

Change-Id: I43636d6c352414b5d3e4fbc30c201340d09362c2
parents e997de10 eecc28ff
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,