Lines Matching refs:LOG
74 LOG(ERROR) << "Failed to parse target hash \"" << partition.hash << "\""; in ReadPartitionToBuffer()
96 LOG(ERROR) << "Partition contents don't have the expected checksum"; in ReadPartitionToBuffer()
105 LOG(ERROR) << "Both of partition contents and backup don't have the expected checksum"; in ReadPartitionToBuffer()
179 LOG(INFO) << " caches dropped"; in WriteBufferToPartition()
203 LOG(ERROR) << "Verification failed starting at " << p; in WriteBufferToPartition()
210 LOG(INFO) << "Verification read succeeded (attempt " << attempt + 1 << ")"; in WriteBufferToPartition()
222 LOG(ERROR) << "Failed to verify after all attempts"; in WriteBufferToPartition()
270 LOG(INFO) << "Patching " << target.name; in PatchPartition()
277 LOG(INFO) << " already " << target.hash.substr(0, 8); in PatchPartition()
286 LOG(ERROR) << "Failed to find any match"; in PatchPartition()
291 LOG(INFO) << "Flashing " << partition; in FlashPartition()
298 LOG(INFO) << " already " << partition.hash.substr(0, 8); in FlashPartition()
304 LOG(ERROR) << "Failed to load source file"; in FlashPartition()
310 LOG(ERROR) << "Failed to parse source hash \"" << partition.hash << "\""; in FlashPartition()
316 LOG(ERROR) << "source \"" << source_filename << "\" doesn't have expected SHA-1 sum"; in FlashPartition()
317 LOG(ERROR) << "expected: " << partition.hash.substr(0, 8) in FlashPartition()
322 LOG(ERROR) << "Failed to write to " << partition; in FlashPartition()
332 LOG(ERROR) << "Failed to parse target hash \"" << target.hash << "\""; in GenerateTarget()
337 LOG(ERROR) << "patch is not a blob"; in GenerateTarget()
349 LOG(ERROR) << "Unknown patch file format"; in GenerateTarget()
355 LOG(ERROR) << "Not enough free space on /cache"; in GenerateTarget()
359 LOG(ERROR) << "Failed to back up source file"; in GenerateTarget()
382 LOG(ERROR) << "Failed to apply the patch: " << result; in GenerateTarget()
388 LOG(ERROR) << "Patching did not produce the expected SHA-1 of " << short_sha1(expected_sha1); in GenerateTarget()
390 LOG(ERROR) << "target size " << patched.data.size() << " SHA-1 " << short_sha1(patched.sha1); in GenerateTarget()
391 LOG(ERROR) << "source size " << source_file.data.size() << " SHA-1 " in GenerateTarget()
396 LOG(ERROR) << "patch size " << patch.data.size() << " SHA-1 " << short_sha1(patch_digest); in GenerateTarget()
402 LOG(ERROR) << "bonus size " << bonus_data->data.size() << " SHA-1 " in GenerateTarget()
409 LOG(INFO) << " now " << short_sha1(expected_sha1); in GenerateTarget()
413 LOG(ERROR) << "Failed to write patched data to " << target.name; in GenerateTarget()