Home
last modified time | relevance | path

Searched refs:SNAP_LOG (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dsnapuserd_worker.cpp32 #define SNAP_LOG(level) LOG(level) << misc_name_ << ": " macro
138 SNAP_LOG(ERROR) << "ProcessReplaceOp failed for block " << cow_op->new_block; in ProcessReplaceOp()
148 SNAP_LOG(ERROR) << "ReadFromBaseDevice: Failed to get payload buffer"; in ReadFromBaseDevice()
151 SNAP_LOG(DEBUG) << " ReadFromBaseDevice...: new-block: " << cow_op->new_block in ReadFromBaseDevice()
166 SNAP_LOG(ERROR) << "GetReadAheadPopulatedBuffer: Failed to get payload buffer"; in GetReadAheadPopulatedBuffer()
181 SNAP_LOG(DEBUG) << " GetReadAheadPopulatedBuffer failed..." in ProcessCopyOp()
195 SNAP_LOG(ERROR) << "ProcessZeroOp: Failed to get payload buffer"; in ProcessZeroOp()
205 SNAP_LOG(ERROR) << "ProcessCowOp: Invalid cow_op"; in ProcessCowOp()
223 SNAP_LOG(ERROR) << "Unknown operation-type found: " << cow_op->type; in ProcessCowOp()
234 SNAP_LOG(DEBUG) << "ReadUnalignedSector: sector " << sector << " size: " << size in ReadUnalignedSector()
[all …]
Dsnapuserd.cpp32 #define SNAP_LOG(level) LOG(level) << misc_name_ << ": " macro
94 SNAP_LOG(ERROR) << "GetRABuffer - Lock not held"; in GetRABuffer()
269 SNAP_LOG(INFO) << "Merge was not initiated. Total-data-ops: " << reader_->total_data_ops(); in CheckMergeCompletionStatus()
275 SNAP_LOG(INFO) << "Merge-status: Total-Merged-ops: " << ch->num_merge_ops in CheckMergeCompletionStatus()
338 SNAP_LOG(DEBUG) << "ReadMetadata: Parsing cow file"; in ReadMetadata()
341 SNAP_LOG(ERROR) << "Failed to parse"; in ReadMetadata()
346 SNAP_LOG(ERROR) << "Failed to get header"; in ReadMetadata()
351 SNAP_LOG(ERROR) << "Invalid header block size found: " << header.block_size; in ReadMetadata()
356 SNAP_LOG(DEBUG) << "Merge-ops: " << header.num_merge_ops; in ReadMetadata()
359 SNAP_LOG(ERROR) << "mmap failed"; in ReadMetadata()
[all …]
Dsnapuserd_readahead.cpp32 #define SNAP_LOG(level) LOG(level) << misc_name_ << ": " macro
261 SNAP_LOG(ERROR) << "ReconstructDataFromCow failed. Not all ops recoverd " in ReconstructDataFromCow()
275 SNAP_LOG(ERROR) << "ReadAheadIOCompleted failed..."; in ReconstructDataFromCow()
280 SNAP_LOG(INFO) << "ReconstructDataFromCow success"; in ReconstructDataFromCow()
322 SNAP_LOG(DEBUG) << " Read-ahead completed...."; in ReadAheadIOStart()
384 SNAP_LOG(ERROR) << "ReadAheadIOCompleted failed..."; in ReadAheadIOStart()
415 SNAP_LOG(INFO) << " ReadAhead thread terminating...."; in RunThread()