diff options
| author | Jeff Brown <jeffbrown@google.com> | 2012-03-05 10:30:06 -0800 |
|---|---|---|
| committer | Jeff Brown <jeffbrown@google.com> | 2012-03-05 10:30:06 -0800 |
| commit | 08cbdad565b3d2a01b005ceea5667f261ba89353 (patch) | |
| tree | 5b8537809a068def45cac6f6f0cc4f71b6ca534d /core/java/android/widget | |
| parent | 8dc3cc2e13b500e368f5ba1aacfaf0eddbce668c (diff) | |
| download | frameworks_base-08cbdad565b3d2a01b005ceea5667f261ba89353.zip frameworks_base-08cbdad565b3d2a01b005ceea5667f261ba89353.tar.gz frameworks_base-08cbdad565b3d2a01b005ceea5667f261ba89353.tar.bz2 | |
Don't log SQLITE_SCHEMA errors.
These errors are usually transient. SQLite automatically retries
queries up to 5 times before actually reporting an error to the
application. We expect SQLITE_SCHEMA errors to occur occasionally
due to the prepared statement cache, and it is ok.
If SQLite fails to automatically resolve a schema error, then
a SQLiteException will be thrown as usual.
Bug: 6114391
Change-Id: I0cdafa1a1db5c567b95bec0c41310802fe75a8c7
Diffstat (limited to 'core/java/android/widget')
0 files changed, 0 insertions, 0 deletions
