From 62b7796351a3f0ee3fe9985fbc11c8d73ab304ef Mon Sep 17 00:00:00 2001 From: Christopher Tate Date: Wed, 30 Sep 2009 16:17:37 -0700 Subject: [PATCH] Turn off most of the backup-related debug logging The core logging in BackupManagerService and in the Google backup transport are still enabled at this point. Change-Id: I10abfa565bbd1097dd3631051b6aca163e4af33a --- libs/utils/BackupData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/utils/BackupData.cpp b/libs/utils/BackupData.cpp index 2535094a8..adb317499 100644 --- a/libs/utils/BackupData.cpp +++ b/libs/utils/BackupData.cpp @@ -107,7 +107,7 @@ BackupDataWriter::WriteEntityHeader(const String8& key, size_t dataSize) } else { k = key; } - if (true) { + if (false) { LOGD("Writing entity: prefix='%s' key='%s' dataSize=%d", m_keyPrefix.string(), key.string(), dataSize); }