Lines Matching refs:LOG
232 LOG(INFO) << "Removing block " << used_ranges.ToString() << " from " << *start << " - " in RemoveUsedBlocks()
244 LOG(WARNING) << "Failed to remove the overlapped block ranges; skip the source"; in RemoveUsedBlocks()
289 LOG(INFO) << "chunk: " << index << ", type: " << type_ << ", start: " << start_ in Dump()
351 LOG(ERROR) << "bsdiff() failed: " << r; in MakePatch()
382 LOG(ERROR) << "Attempted to reconstruct non-deflate chunk"; in ReconstructDeflateChunk()
412 LOG(ERROR) << "Failed to initialize deflate: " << ret; in TryReconstruction()
423 LOG(ERROR) << "Failed to deflate: " << ret; in TryReconstruction()
503 LOG(INFO) << android::base::StringPrintf("chunk %zu: normal (%10zu, %10zu) %10zu", index, in WriteHeaderToFd()
510 LOG(INFO) << android::base::StringPrintf("chunk %zu: deflate (%10zu, %10zu) %10zu", index, in WriteHeaderToFd()
524 LOG(INFO) << android::base::StringPrintf("chunk %zu: raw (%10zu, %10zu)", index, in WriteHeaderToFd()
562 LOG(INFO) << "Writing " << patch_chunks.size() << " patch headers..."; in WritePatchDataToFd()
615 LOG(INFO) << "Dumping chunks for " << type; in DumpChunks()
654 LOG(ERROR) << "Failed to parse the actual size of " << filename; in Initialize()
661 LOG(ERROR) << "Failed to open zip file " << filename << ": " << ErrorCodeString(err); in Initialize()
680 LOG(ERROR) << "Failed to iterate over entries in " << filename << ": " << ErrorCodeString(ret); in InitializeChunks()
695 LOG(ERROR) << "Error while iterating over zip entries: " << ErrorCodeString(ret); in InitializeChunks()
707 LOG(ERROR) << "Failed to add " << entry.first << " to source chunks"; in InitializeChunks()
718 LOG(ERROR) << "`entries_end` overflows on entry with offset " in InitializeChunks()
741 LOG(ERROR) << "Failed to add " << entry_name << " to target chunks"; in InitializeChunks()
745 LOG(ERROR) << "Entry " << name << " compressed size exceeds size of address space. " in InitializeChunks()
750 LOG(ERROR) << "`pos` overflows after adding " in InitializeChunks()
776 LOG(ERROR) << "Failed to add " << entry_name in AddZipEntryToChunks()
799 LOG(ERROR) << "Failed to add " << entry_name in AddZipEntryToChunks()
807 LOG(ERROR) << "Failed to extract " << entry_name << " with size " << uncompressed_len << ": " in AddZipEntryToChunks()
829 LOG(ERROR) << "File is too small to be a zip file"; in GetZipFileSize()
908 LOG(WARNING) << "Failed to reconstruct target deflate chunk [" << tgt_chunk.GetEntryName() in CheckAndProcessChunks()
938 LOG(INFO) << "Splitting " << tgt_image.NumOfChunks() << " tgt chunks..."; in SplitZipModeImageWithLimit()
1095 LOG(INFO) << "Validating " << split_tgt_images.size() << " images"; in ValidateSplitImages()
1127 LOG(INFO) << "Constructing patches for " << tgt_image.NumOfChunks() << " chunks..."; in GeneratePatchesInternal()
1149 LOG(ERROR) << "Failed to generate patch, name: " << tgt_chunk.GetEntryName(); in GeneratePatchesInternal()
1153 LOG(INFO) << "patch " << i << " is " << patch_data.size() << " bytes (of " in GeneratePatchesInternal()
1192 LOG(INFO) << "Constructing patches for " << split_tgt_images.size() << " split images..."; in GeneratePatches()
1206 LOG(ERROR) << "Failed to generate split patch"; in GeneratePatches()
1310 LOG(ERROR) << "Failed to initialize inflate: " << ret; in Initialize()
1322 LOG(WARNING) << "Inflate failed [" << strm.msg << "] at offset [" << chunk_offset in Initialize()
1344 LOG(WARNING) << "invalid footer position; treating as a normal chunk"; in Initialize()
1349 LOG(WARNING) << "footer size " << footer_size << " != " << uncompressed_len in Initialize()
1390 LOG(ERROR) << "Failed to set bonus data"; in SetBonusData()
1395 LOG(INFO) << " using " << bonus_data.size() << " bytes of bonus data"; in SetBonusData()
1407 LOG(ERROR) << "Source and target don't have same number of chunks!"; in CheckAndProcessChunks()
1414 LOG(ERROR) << "Source and target don't have same chunk structure! (chunk " << i << ")"; in CheckAndProcessChunks()
1435 LOG(WARNING) << "Failed to reconstruct target deflate chunk " << i << " [" in CheckAndProcessChunks()
1448 LOG(ERROR) << "Merging normal chunks went awry"; in CheckAndProcessChunks()
1460 LOG(INFO) << "Constructing patches for " << tgt_image.NumOfChunks() << " chunks..."; in GeneratePatches()
1475 LOG(ERROR) << "Failed to generate patch for target chunk " << i; in GeneratePatches()
1478 LOG(INFO) << "patch " << i << " is " << patch_data.size() << " bytes (of " in GeneratePatches()
1544 LOG(ERROR) << "Failed to parse size blocks_limit: " << optarg; in imgdiff()
1554 LOG(ERROR) << "unexpected opt: " << static_cast<char>(opt); in imgdiff()
1564 LOG(ERROR) << "usage: " << argv[0] << " [options] <src-img> <tgt-img> <patch-file>"; in imgdiff()
1565 LOG(ERROR) in imgdiff()
1598 LOG(ERROR) << "split-info path cannot be empty when generating patches with a block-limit"; in imgdiff()