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

Commit 01dbc2cb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

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