Home
last modified time | relevance | path

Searched refs:INFO (Results 1 – 25 of 36) sorted by relevance

12

/bootable/recovery/updater/
Dsimulator_runtime.cpp75 LOG(INFO) << "Running program with args " << android::base::Join(args, " "); in RunProgram()
80 LOG(INFO) << "Running Tune2Fs with args " << android::base::Join(args, " "); in Tune2Fs()
85 LOG(INFO) << "SKip wiping block device " << filename; in WipeBlockDevice()
95 LOG(INFO) << "SKip reading filename " << filename; in ReadFileToString()
101 LOG(INFO) << "SKip writing " << content.size() << " bytes to file " << filename; in WriteStringToFile()
112 LOG(INFO) << "Skip unmapping " << partition_name; in UnmapPartitionOnDeviceMapper()
135 LOG(INFO) << "Skip adding slot suffix to " << arg; in AddSlotSuffix()
Dblockimg.cpp102 LOG(INFO) << last_command_file << " doesn't exist."; in ParseLastCommandFile()
191 LOG(INFO) << "Wrote updated marker to " << marker; in SetUpdatedMarker()
554 LOG(INFO) << "unexpected contents of source blocks in cmd:\n" << params.cmdline; in PrintHashForCorruptedSourceBlocks()
604 LOG(INFO) << "printing hash in hex for " << src.blocks() << " source blocks"; in PrintHashForCorruptedSourceBlocks()
613 LOG(INFO) << " block number: " << block_num << ", SHA-1: " << hexdigest; in PrintHashForCorruptedSourceBlocks()
622 LOG(INFO) << "printing hash in hex for stash_id: " << id; in PrintHashForCorruptedStashedBlocks()
631 LOG(INFO) << " block number: " << block_num << ", SHA-1: " << hexdigest; in PrintHashForCorruptedStashedBlocks()
643 LOG(INFO) << "print hash in hex for source blocks in missing stash: " << id; in PrintHashForMissingStashedBlocks()
713 LOG(INFO) << "deleting " << fn; in DeleteFile()
723 LOG(INFO) << "deleting stash " << base; in DeleteStash()
[all …]
Dupdate_simulator_main.cpp41 LOG(INFO) << "Usage: " << name << "[--oem_settings <oem_property_file>]" in Usage()
49 LOG(INFO) << "Skip function " << name << " in host simulation"; in SimulatorPlaceHolderFn()
164 LOG(INFO) << "\nscript succeeded, result: " << updater.GetResult(); in main()
Dupdater.cpp118 LOG(INFO) << message; in UiPrint()
155 LOG(INFO) << "Patch application failed, retry update."; in ParseAndReportErrorCode()
158 LOG(INFO) << "Update failed due to EIO, retry update."; in ParseAndReportErrorCode()
Dtarget_files.cpp57 LOG(INFO) << "Start parsing build property\n"; in ParsePropertyFile()
65 LOG(INFO) << key << ": " << value; in ParsePropertyFile()
73 LOG(INFO) << "parsing fstab\n"; in ParseFstab()
Dbuild_info.cpp71 LOG(INFO) << "Mounted " << fstab_info.mount_point << "\nMapping: " << fstab_info.blockdev_name in ParseTargetFile()
/bootable/recovery/install/
Dwipe_device.cpp64 LOG(INFO) << "Failed to find " << RECOVERY_WIPE_ENTRY_NAME in GetWipePartitionList()
102 LOG(INFO) << "Secure-wiping \"" << partition << "\" from " << range[0] << " to " << range[1]; in SecureWipePartition()
104 LOG(INFO) << " Trying BLKSECDISCARD..."; in SecureWipePartition()
111 LOG(INFO) << " Trying BLKDISCARD..."; in SecureWipePartition()
117 LOG(INFO) << " Trying BLKZEROOUT..."; in SecureWipePartition()
125 LOG(INFO) << " Done"; in SecureWipePartition()
Dverifier.cpp146 LOG(INFO) << "comment is " << comment_size << " bytes; signature is " << signature_start in verify_file()
249 LOG(INFO) << "signature (offset: " << std::hex << (length - signature_start) in verify_file()
282 LOG(INFO) << "failed to verify against RSA key " << i; in verify_file()
286 LOG(INFO) << "whole-file signature verified against RSA key " << i; in verify_file()
290 LOG(INFO) << "failed to verify against EC key " << i; in verify_file()
294 LOG(INFO) << "whole-file signature verified against EC key " << i; in verify_file()
297 LOG(INFO) << "Unknown key type " << key.key_type; in verify_file()
303 LOG(INFO) << "SHA-1 digest: " << print_hex(sha1, SHA_DIGEST_LENGTH); in verify_file()
306 LOG(INFO) << "SHA-256 digest: " << print_hex(sha256, SHA256_DIGEST_LENGTH); in verify_file()
Dinstall.cpp194 LOG(INFO) << "Skip package metadata check for ota type " << expected_ota_type; in CheckPackageMetadata()
564 LOG(INFO) << "Update package id: " << package_id; in InstallPackage()
628 LOG(INFO) << log_content; in InstallPackage()
646 LOG(INFO) << loaded_keys.size() << " key(s) loaded from " << CERTIFICATE_ZIP_FILE; in verify_package()
Dadb_install.cpp179 LOG(INFO) << "Command " << static_cast<uint32_t>(command_type) << " finished with " << result; in HandleMessageFromMinadbd()
233 LOG(INFO) << "Socket has been closed"; in ListenAndExecuteMinadbdCommands()
/bootable/recovery/tests/unit/
Dupdate_verifier_test.cpp104 GTEST_LOG_(INFO) << "Test skipped on devices without dm-verity support."; in TEST_F()
121 GTEST_LOG_(INFO) << "Test skipped on devices without dm-verity support."; in TEST_F()
143 GTEST_LOG_(INFO) << "Test skipped on devices without dm-verity support."; in TEST_F()
163 GTEST_LOG_(INFO) << "Test skipped on devices without dm-verity support."; in TEST_F()
184 GTEST_LOG_(INFO) << "Test skipped on devices without dm-verity support."; in TEST_F()
203 GTEST_LOG_(INFO) << "Test skipped on devices without dm-verity support."; in TEST_F()
Duncrypt_test.cpp51 GTEST_LOG_(INFO) << "setup-bcb: [" << setup_bcb << "] clear-bcb: [" << clear_bcb in StopService()
167 GTEST_LOG_(INFO) << "Test skipped due to no /misc partition found on the device."; in TEST_F()
/bootable/recovery/update_verifier/
Dupdate_verifier.cpp175 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()
307 LOG(INFO) << "Started with arg " << i << ": " << argv[i]; in update_verifier()
318 LOG(INFO) << "Booting slot " << current_slot << ": isSlotMarkedSuccessful=" in update_verifier()
373 LOG(INFO) << "Marked slot " << current_slot << " as booted successfully."; 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()
Dcare_map_generator.py111 logging.basicConfig(level=logging.INFO if args.verbose else logging.WARNING,
/bootable/recovery/uncrypt/
Duncrypt.cpp269 LOG(INFO) << " block size: " << sb.st_blksize << " bytes"; in ProductBlockMap()
272 LOG(INFO) << " file size: " << sb.st_size << " bytes, " << blocks << " blocks"; in ProductBlockMap()
470 LOG(INFO) << "update package is \"" << input_path << "\""; in Uncrypt()
491 LOG(INFO) << "encryptable: " << (encryptable ? "yes" : "no"); in Uncrypt()
492 LOG(INFO) << " encrypted: " << (encrypted ? "yes" : "no"); in Uncrypt()
500 LOG(INFO) << "writing block map " << map_file; in Uncrypt()
583 LOG(INFO) << " received command: [" << content << "] (" << content.size() << ")"; in setup_bcb()
648 LOG(INFO) << "uncrypt called in debug mode, skip socket communication"; in main()
651 LOG(INFO) << "uncrypt succeeded"; in main()
653 LOG(INFO) << "uncrypt failed"; in main()
[all …]
/bootable/recovery/
Drecovery_main.cpp113 LOG(INFO) << "Boot command: " << boot_command; in get_args()
118 LOG(INFO) << "Boot status: " << boot_status; in get_args()
133 LOG(INFO) << "Got " << args.size() << " arguments from boot message"; in get_args()
151 LOG(INFO) << "Got " << args.size() << " arguments from " << COMMAND_FILE; in get_args()
454 LOG(INFO) << "Starting recovery (pid " << getpid() << ") on " << ctime(&start); in main()
455 LOG(INFO) << "locale is [" << locale << "]"; in main()
545 LOG(INFO) << "Entering fastboot"; in main()
551 LOG(INFO) << "Entering recovery"; in main()
Drecovery.cpp134 LOG(INFO) << "Saving locale \"" << locale << "\""; in FinishRecovery()
590 LOG(INFO) << log_content; in log_failure_code()
757 LOG(INFO) << "Failed to set up the package access, skipping installation"; in start_recovery()
760 LOG(INFO) << "Installing package " << update_package << " with fuse"; in start_recovery()
/bootable/recovery/applypatch/
Dapplypatch.cpp179 LOG(INFO) << " caches dropped"; in WriteBufferToPartition()
210 LOG(INFO) << "Verification read succeeded (attempt " << attempt + 1 << ")"; in WriteBufferToPartition()
270 LOG(INFO) << "Patching " << target.name; in PatchPartition()
277 LOG(INFO) << " already " << target.hash.substr(0, 8); in PatchPartition()
291 LOG(INFO) << "Flashing " << partition; in FlashPartition()
298 LOG(INFO) << " already " << partition.hash.substr(0, 8); in FlashPartition()
409 LOG(INFO) << " now " << short_sha1(expected_sha1); in GenerateTarget()
Dfreecache.cpp71 LOG(INFO) << link << " is open by " << de->d_name; in EliminateOpenFiles()
111 LOG(INFO) << files.size() << " regular files in deletable directory"; in FindExpendableFiles()
196 LOG(INFO) << free_now << " bytes free on " << dirname << " (" << bytes_needed << " needed)"; in RemoveFilesInDirectory()
240 LOG(INFO) << "Deleted " << file << "; now " << free_now << " bytes free"; in RemoveFilesInDirectory()
Dimgdiff.cpp232 LOG(INFO) << "Removing block " << used_ranges.ToString() << " from " << *start << " - " in RemoveUsedBlocks()
289 LOG(INFO) << "chunk: " << index << ", type: " << type_ << ", start: " << start_ in Dump()
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()
912 LOG(INFO) << "Splitting " << tgt_image.NumOfChunks() << " tgt chunks..."; in SplitZipModeImageWithLimit()
1069 LOG(INFO) << "Validating " << split_tgt_images.size() << " images"; in ValidateSplitImages()
1101 LOG(INFO) << "Constructing patches for " << tgt_image.NumOfChunks() << " chunks..."; in GeneratePatchesInternal()
[all …]
/bootable/recovery/recovery_ui/
Dui.cpp137 LOG(INFO) << "Brightness: " << brightness_normal_value_ << " (" << brightness_normal_ << "%)"; in InitScreensaver()
166 LOG(INFO) << "Screensaver disabled"; in Init()
415 LOG(INFO) << "Brightness: " << brightness_normal_value_ << " (" << brightness_normal_ in SetScreensaverState()
424 LOG(INFO) << "Brightness: " << brightness_dimmed_value_ << " (" << brightness_dimmed_ in SetScreensaverState()
433 LOG(INFO) << "Brightness: 0 (off)"; in SetScreensaverState()
Dethernet_device.cpp125 LOG(INFO) << "Our IPv6 link-local address is " << addrstr; in SetTitleIPv6LinkLocalAddress()
/bootable/recovery/recovery_utils/
Dthermalutil.cpp78 LOG(INFO) << "current maximum temperature: " << max_temperature; in GetMaxValueFromThermalZone()
Dbattery_utils.cpp66 LOG(INFO) << "charge_status " << toString(charge_status) << ", charging " << charging in GetBatteryInfo()
Dparse_install_logs.cpp100 LOG(INFO) << "Empty last_install file"; in ParseLastInstall()

12