Lines Matching refs:LOG
97 LOG(ERROR) << "No dm block device found."; in FindDmPartitions()
179 LOG(INFO) << "Finished reading blocks on partition " << partition_name << " @ " << dm_block_device in ReadBlocks()
188 LOG(ERROR) << "Unable to connect to snapuserd"; in CheckVerificationStatus()
200 LOG(INFO) << "Partitions verified by snapuserd daemon"; in VerifyPartitions()
204 LOG(INFO) << "Partitions not verified by snapuserd daemon"; in VerifyPartitions()
208 LOG(ERROR) << "No dm-enabled block device is found."; in VerifyPartitions()
214 LOG(ERROR) << "Failed to find dm block device for " << partition_name; in VerifyPartitions()
231 LOG(ERROR) << care_map_name << " doesn't exist"; in ParseCareMap()
251 LOG(WARNING) << "Unexpected empty care map"; in ParseCareMap()
257 LOG(WARNING) << "Failed to parse " << care_map_name << " in protobuf format."; in ParseCareMap()
263 LOG(WARNING) << "Unexpected empty partition name."; in ParseCareMap()
267 LOG(WARNING) << "Unexpected block ranges for partition " << partition.name(); in ParseCareMap()
272 LOG(WARNING) << "Error parsing RangeSet string " << partition.ranges(); in ParseCareMap()
278 LOG(WARNING) << "Skip reading partition " << partition.name() in ParseCareMap()
285 LOG(WARNING) << "Skip reading partition " << partition.name() << ": fingerprint " in ParseCareMap()
295 LOG(WARNING) << "No partition to verify"; in ParseCareMap()
313 LOG(ERROR) << "Failed to reboot."; in reboot_device()
321 LOG(INFO) << "Started with arg " << i << ": " << argv[i]; in update_verifier()
326 LOG(ERROR) << "Error getting bootctrl module."; in update_verifier()
333 LOG(INFO) << "Booting slot " << current_slot << " failed"; in update_verifier()
335 LOG(INFO) << "Booting slot " << current_slot in update_verifier()
346 LOG(WARNING) << "dm-verity not enabled; marking without verification."; in update_verifier()
351 LOG(WARNING) << "Found dm-verity in EIO mode."; in update_verifier()
353 LOG(WARNING) << "dm-verity in disabled mode; marking without verification."; in update_verifier()
356 LOG(ERROR) << "Unexpected dm-verity mode: " << verity_mode << ", expecting enforcing."; in update_verifier()
363 LOG(WARNING) << "Failed to parse the care map file, skipping verification"; in update_verifier()
365 LOG(ERROR) << "Failed to verify all blocks in care map file."; in update_verifier()
377 LOG(ERROR) << "Failed to check if checkpoints supported. Continuing"; in update_verifier()
380 LOG(ERROR) << "Failed to obtain vold Binder. Continuing"; in update_verifier()
386 LOG(ERROR) << "Error marking booted successfully: " << cr.errMsg; in update_verifier()
389 LOG(INFO) << "Marked slot " << current_slot << " as booted successfully."; in update_verifier()
392 LOG(WARNING) << "Failed to reset the warm reset flag"; in update_verifier()
395 LOG(INFO) << "Deferred marking slot " << current_slot << " as booted successfully."; in update_verifier()
399 LOG(INFO) << "Leaving update_verifier."; in update_verifier()