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

This commit is contained in:
TreeHugger Robot
2019-06-07 21:42:31 +00:00
committed by Android (Google) Code Review

View File

@@ -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,