History log of /packages/apps/Calendar/src/com/android/calendar/alerts/InitAlarmsService.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
17cc03865a3004fe880487cf888058a8a4b01654 09-Feb-2013 Michael Chan <mchan@android.com> Catch IllegalArgumentException in InitAlarmsServices

Users reporting java.lang.IllegalArgumentException
Exception message: Unknown URI content://com.android.calendar/schedule_alarms_remove

Can't repro and it shouldn't happen. Catching exception for now until we figure out
the root cause.

Bug: 7742576
Change-Id: I8f4414aa4863af36c9598c8e2ccf843a727ff1f0
/packages/apps/Calendar/src/com/android/calendar/alerts/InitAlarmsService.java
708745373284ae3e816fad16554ecb95574b5ef3 18-Oct-2012 Sara Ting <sarating@google.com> Minimize chance of race condition bug that misses alarms by clearing/rescheduling alarms.

This was properly fixed in the provider but this tries to minimize the bug until that fix is rolled out everywhere.

Bug:7221716
Change-Id: I4cb32b48caf31c8372770b74d7983e54480b755a
/packages/apps/Calendar/src/com/android/calendar/alerts/InitAlarmsService.java