commit | 6eabaa311f752bba624dff00a62b02a34119f55a | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@android.com> | Fri Jun 26 17:19:11 2009 -0400 |
committer | Joe Onorato <joeo@android.com> | Fri Jun 26 17:19:11 2009 -0400 |
tree | d73bd5b89127ea2f627bf5b9a2d9ac8771aab505 | |
parent | 0fccd5bfc05dce04f4400d56b0ca811c7ba9de99 [diff] [blame] |
Better (and less) logging from backup.
diff --git a/libs/utils/BackupData.cpp b/libs/utils/BackupData.cpp index 0868cff..cce754a 100644 --- a/libs/utils/BackupData.cpp +++ b/libs/utils/BackupData.cpp
@@ -107,7 +107,10 @@ } else { k = key; } - LOGD("m_keyPrefix=%s key=%s k=%s", m_keyPrefix.string(), key.string(), k.string()); + if (true) { + LOGD("Writing entity: prefix='%s' key='%s' dataSize=%d", m_keyPrefix.string(), key.string(), + dataSize); + } entity_header_v1 header; ssize_t keyLen;