diff options
| author | Christopher Tate <ctate@android.com> | 2009-09-30 16:17:37 -0700 |
|---|---|---|
| committer | Christopher Tate <ctate@android.com> | 2009-09-30 17:07:37 -0700 |
| commit | 436344ae12c819f58306ceb94241a266141e1218 (patch) | |
| tree | 32688c8fbc1d40fe88ef86d034052f9608176d14 /libs | |
| parent | 7e1af37c3148112d9c801272bfa6359a005baf6d (diff) | |
| download | frameworks_base-436344ae12c819f58306ceb94241a266141e1218.zip frameworks_base-436344ae12c819f58306ceb94241a266141e1218.tar.gz frameworks_base-436344ae12c819f58306ceb94241a266141e1218.tar.bz2 | |
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
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/utils/BackupData.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/utils/BackupData.cpp b/libs/utils/BackupData.cpp index 2535094..adb3174 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); } |
