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

Commit eecc28ff 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

Change-Id: I388f72ee94c33c48fadc4c4ab9140ba02ee6bd80
parents ba539829 01dbc2cb
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,