Lines Matching refs:kIsDebug
29 static const bool kIsDebug = false; variable
58 if (kIsDebug) ALOGI("BackupDataWriter(%d) @ %ld", fd, (long)m_pos); in BackupDataWriter()
75 if (kIsDebug) ALOGI("writing %zd padding bytes for %d", paddingSize, n); in write_padding_for()
108 if (kIsDebug) { in WriteEntityHeader()
122 if (kIsDebug) ALOGI("writing entity header, %zu bytes", sizeof(entity_header_v1)); in WriteEntityHeader()
130 if (kIsDebug) ALOGI("writing entity header key, %zd bytes", keyLen+1); in WriteEntityHeader()
148 if (kIsDebug) ALOGD("Writing data: size=%lu", (unsigned long) size); in WriteEntityData()
151 if (kIsDebug) { in WriteEntityData()
163 if (kIsDebug) ALOGD("write returned error %d (%s)", m_status, strerror(m_status)); in WriteEntityData()
185 if (kIsDebug) ALOGI("BackupDataReader(%d) @ %ld", fd, (long)m_pos); in BackupDataReader()
338 if (kIsDebug) { in ReadEntityData()
348 if (kIsDebug) { in ReadEntityData()