commit | 585d4f410e818434f41fa024e3db6ce562f86d54 | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Wed Jun 24 13:57:29 2009 -0700 |
committer | Alex Ray <aray@google.com> | Tue Jul 30 13:56:51 2013 -0700 |
tree | 18fa32d3568a940c759b6d4e481668bcef27a3e2 | |
parent | aacacf7f7502198606ab4615ed88ab6f6174b7e6 [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; };