commit | b3316d35ffb0dccf1f342c5c9e73dfa7aeb785ea | [log] [tgz] |
---|---|---|
author | Grace Kloba <klobag@google.com> | Tue Oct 13 12:57:08 2009 -0700 |
committer | Bart Sears <bsears@google.com> | Wed Feb 10 09:24:31 2010 -0800 |
tree | 8458714d897828420d54b4196383a768959d19b1 | |
parent | e88192b9d2a8c364d8545471907c5baa275bb5f6 [diff] |
DO NOT MERGE cherry-pick https://android-git.corp.google.com/g/#change,29843 from eclair-mr2 This will cherry-pick SHA1: 58def690a87b4aa2c01331c06b61e457198de0ea This will workaround the following three bugs which are occuring because the webview DB is getting corrupted: http://b/issue?id=2338178 http://b/issue?id=2278210 http://b/issue?id=2405650 Here are the comments from the eclair-mr2 CL: If openOrCreateDatabase() throws an exception, delete the old db and re-do it. If it still fails, something bad happens, like the directory may have the different permission. Let it throw as WebView needs the db. Fix http://b/issue?id=2179339