Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7e10096 authored by Christopher Tate's avatar Christopher Tate
Browse files

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
parent 2b2888c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
    }