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
This commit is contained in:
parent
56aa1ada40
commit
62b7796351
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue