1. 06 Feb, 2015 1 commit
  2. 21 Nov, 2014 1 commit
    • Benson Huang's avatar
      Fix SQLiteDiskIOException in stability test · d1b7c58a
      Benson Huang authored
          Because Sprout has removable storage, the framework needs to maintain
          external database for keeping multiple databases between SD cards.
          When cleaning up databases for old external storage volumes, we can't
          delete .db-shm and .db-wal because these two files always have the
          latest data and .db doesn't have. Using camera or Google+ will access
          .db-shm and .db-wal to get the latest data and will cause SQLite Disk
          I/O exception if they are deleted.
      
          The fix is to modify the logic of cleaning up databases (only delete
          .db file, not to delete .db-shm and .db-wal file).
      
          Bug 18412563
      
          Review: https://partner-android-review.git.corp.google.com/#/c/187072
      
      Signed-off-by: default avatarBenson Huang <benson.huang@mediatek.com>
      
      Change-Id: I484bd535ddebee09824a10f12241f6b2ce086b94
      d1b7c58a
  3. 27 Oct, 2014 1 commit
  4. 15 Oct, 2014 2 commits
  5. 14 Oct, 2014 1 commit
  6. 30 Sep, 2014 2 commits
  7. 29 Sep, 2014 1 commit
  8. 16 Sep, 2014 2 commits
  9. 15 Sep, 2014 1 commit
  10. 11 Sep, 2014 1 commit
  11. 25 Aug, 2014 1 commit
  12. 16 Aug, 2014 1 commit
  13. 15 Aug, 2014 2 commits
  14. 12 Aug, 2014 1 commit
  15. 07 Aug, 2014 1 commit
  16. 17 Jul, 2014 1 commit
  17. 20 Jul, 2014 2 commits
  18. 19 Jul, 2014 1 commit
  19. 17 Jul, 2014 1 commit
  20. 06 Jul, 2014 1 commit
  21. 30 Jun, 2014 1 commit
  22. 28 May, 2014 1 commit
  23. 16 May, 2014 4 commits
  24. 14 May, 2014 1 commit
  25. 30 Apr, 2014 2 commits
  26. 29 Apr, 2014 1 commit
  27. 28 Apr, 2014 4 commits
  28. 25 Apr, 2014 1 commit