commit | bd95c1d3af82e329ada195876348383b7859ce85 | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Wed Jun 24 13:57:29 2009 -0700 |
committer | Christopher Tate <ctate@google.com> | Wed Jun 24 13:57:29 2009 -0700 |
tree | 4cec70ab5bc29efff8cfaaabcf36db4f8a7ae6e2 | |
parent | 6441a76b2ed24eddcadc6a0763dd674c3aa38c46 [diff] [blame] |
Only report "unknown metadata" once per restore helper Also removes the auto-free object, replacing it with direct memory manipulation.
diff --git a/include/utils/BackupHelpers.h b/include/utils/BackupHelpers.h index 759a0cc..b1f5045 100644 --- a/include/utils/BackupHelpers.h +++ b/include/utils/BackupHelpers.h
@@ -137,6 +137,7 @@ private: void* m_buf; + bool m_loggedUnknownMetadata; KeyedVector<String8,FileRec> m_files; };