[android-developers] Re: can _ever_ the intent received by a BroadcastReceiver onReceive() method be null?

2013-07-15 Thread Brad Dennis
You should null check every intent and every property on the intent. Some crash security studies on Android show that these areas are where a significant amount of errors (30% in some cases) are occurring. On Tuesday, July 9, 2013 7:46:41 AM UTC-5, Palmer Eldritch wrote: In other words :

[android-developers] Re: android.database.sqlite.SQLiteDiskIOException: disk I/O error: COMMIT;

2012-11-28 Thread Brad Dennis
Hi, I don't think the runtime automatically does any diagnostic routines to determine the cause of the I/O failure. On Saturday, November 24, 2012 9:40:01 AM UTC-6, Fran wrote: No way at all to gather more information on this exception? O_o On Friday, November 23, 2012 8:56:19 PM UTC+1,