commit | 42960e8ddf443f81ceadb9f9390707768d68ab7f | [log] [tgz] |
---|---|---|
author | Vasu Nori <vnori@google.com> | Wed Jan 06 23:12:02 2010 -0800 |
committer | Vasu Nori <vnori@google.com> | Thu Jan 07 15:47:13 2010 -0800 |
tree | 06f7fafa766481575b882cb5d5835e512ea48cd9 | |
parent | a3452ad9be2f203aa5fd319eb923b448c7042e69 [diff] |
when finalizing SQLiteCursor, close it but don't throw exceptions. currently, an exception is thrown if SQLiteCursor object is being finalized before the cursor is closed. instead of an exception, simply log an error message. some android team members look at the exception and think it is catastrophic.