commit | 63bcb79dd437e70593b63cc5a87baab3251c2183 | [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 | 97eab12039e80d6f16d64e2c3d7dac2073dfae54 | |
parent | 54118adb3766fdf73a409102b88d7494bb6889a3 [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; };