Lines Matching refs:LOG

101     LOG(ERROR) << "No dm block device found.";  in FindDmPartitions()
175 LOG(INFO) << "Finished reading " << block_count << " blocks on " << dm_block_device; in ReadBlocks()
186 LOG(INFO) << "Finished reading blocks on " << dm_block_device << " with " << thread_num in ReadBlocks()
194 LOG(ERROR) << "No dm-enabled block device is found."; in VerifyPartitions()
200 LOG(ERROR) << "Failed to find dm block device for " << partition_name; in VerifyPartitions()
217 LOG(ERROR) << care_map_name << " doesn't exist"; in ParseCareMap()
237 LOG(WARNING) << "Unexpected empty care map"; in ParseCareMap()
243 LOG(WARNING) << "Failed to parse " << care_map_name << " in protobuf format."; in ParseCareMap()
249 LOG(WARNING) << "Unexpected empty partition name."; in ParseCareMap()
253 LOG(WARNING) << "Unexpected block ranges for partition " << partition.name(); in ParseCareMap()
258 LOG(WARNING) << "Error parsing RangeSet string " << partition.ranges(); in ParseCareMap()
264 LOG(WARNING) << "Skip reading partition " << partition.name() in ParseCareMap()
271 LOG(WARNING) << "Skip reading partition " << partition.name() << ": fingerprint " in ParseCareMap()
281 LOG(WARNING) << "No partition to verify"; in ParseCareMap()
299 LOG(ERROR) << "Failed to reboot."; in reboot_device()
307 LOG(INFO) << "Started with arg " << i << ": " << argv[i]; in update_verifier()
312 LOG(ERROR) << "Error getting bootctrl module."; in update_verifier()
318 LOG(INFO) << "Booting slot " << current_slot << ": isSlotMarkedSuccessful=" in update_verifier()
329 LOG(WARNING) << "dm-verity not enabled; marking without verification."; in update_verifier()
334 LOG(WARNING) << "Found dm-verity in EIO mode."; in update_verifier()
336 LOG(WARNING) << "dm-verity in disabled mode; marking without verification."; in update_verifier()
339 LOG(ERROR) << "Unexpected dm-verity mode: " << verity_mode << ", expecting enforcing."; in update_verifier()
346 LOG(WARNING) << "Failed to parse the care map file, skipping verification"; in update_verifier()
348 LOG(ERROR) << "Failed to verify all blocks in care map file."; in update_verifier()
360 LOG(ERROR) << "Failed to check if checkpoints supported. Continuing"; in update_verifier()
363 LOG(ERROR) << "Failed to obtain vold Binder. Continuing"; in update_verifier()
370 LOG(ERROR) << "Error marking booted successfully: " << cr.errMsg; in update_verifier()
373 LOG(INFO) << "Marked slot " << current_slot << " as booted successfully."; in update_verifier()
376 LOG(WARNING) << "Failed to reset the warm reset flag"; in update_verifier()
379 LOG(INFO) << "Deferred marking slot " << current_slot << " as booted successfully."; in update_verifier()
383 LOG(INFO) << "Leaving update_verifier."; in update_verifier()