commit | a7de3845507b7bf57a2c7b26fb08f05b193697d6 | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Tue Jul 07 14:50:26 2009 -0700 |
committer | Christopher Tate <ctate@google.com> | Tue Jul 07 14:50:26 2009 -0700 |
tree | 7c9f8b7bb92e4db45255638fbf96401f9c4b0ac1 | |
parent | c4cf22e82ba8ec4eec7051ae3a8eb397ded578d1 [diff] |
Only write to the pending-backup journal when necessary We now only commit to the pending-backup journal on disk the first time that a given package is added to the backup set. This avoids a lot of write thrashing of the disk, particularly since Settings tends to call dataChanged() a great many times during boot, while the Settings UI is in use, etc.