OSDN Git Service

turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed
authorVasu Nori <vnori@google.com>
Wed, 9 Feb 2011 18:47:51 +0000 (10:47 -0800)
committerVasu Nori <vnori@google.com>
Wed, 9 Feb 2011 18:52:51 +0000 (10:52 -0800)
commitd67dbeeb322eac08681fab5be09d30f9663cc128
treef79ac405c88748e14f176a9bbf4f96bf878fc13d
parent61eadaa6c3d62c16cfb86181267a9ce6407ed244
turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed

they are becoming pretty disruptive bugs.
many more instances of gmail crashing with locking protocol error.
and a positive identification of WAL as the problem in Music app
AND one instance of gmail crash that I know of.
who knows how many folks are NOT reporting the gmail crash.

too bad we relied on pre-released version sqlite feature
without seeing it complettly tested in the field.

not a safe feature to turn on at this point in time.
maybe more testing and debugging in Ice timeframe.

Change-Id: I283ad26ba7e1793772a372aa8e24df0cb96ce2ef
core/java/android/database/sqlite/SQLiteDatabase.java