/bootable/recovery/updater/ |
D | simulator_runtime.cpp | 75 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()
|
D | blockimg.cpp | 102 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 …]
|
D | update_simulator_main.cpp | 41 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()
|
D | updater.cpp | 118 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()
|
D | target_files.cpp | 57 LOG(INFO) << "Start parsing build property\n"; in ParsePropertyFile() 65 LOG(INFO) << key << ": " << value; in ParsePropertyFile() 73 LOG(INFO) << "parsing fstab\n"; in ParseFstab()
|
/bootable/recovery/install/ |
D | wipe_device.cpp | 69 LOG(INFO) << "Failed to find " << RECOVERY_WIPE_ENTRY_NAME in GetWipePartitionList() 107 LOG(INFO) << "Secure-wiping \"" << partition << "\" from " << range[0] << " to " << range[1]; in SecureWipePartition() 109 LOG(INFO) << " Trying BLKSECDISCARD..."; in SecureWipePartition() 116 LOG(INFO) << " Trying BLKDISCARD..."; in SecureWipePartition() 122 LOG(INFO) << " Trying BLKZEROOUT..."; in SecureWipePartition() 130 LOG(INFO) << " Done"; in SecureWipePartition()
|
D | install.cpp | 200 LOG(INFO) << "Skip package metadata check for ota type " << expected_ota_type; in CheckPackageMetadata() 247 LOG(INFO) in CheckPackageMetadata() 370 LOG(INFO) << "Payload properties has POWERWASH=1, wiping userdata..."; in PerformPowerwashIfRequired() 391 LOG(INFO) << "Installing a brick package"; in TryUpdateBinary() 638 LOG(INFO) << "Update package id: " << package_id; in InstallPackage() 702 LOG(INFO) << log_content; in InstallPackage() 720 LOG(INFO) << loaded_keys.size() << " key(s) loaded from " << CERTIFICATE_ZIP_FILE; in verify_package()
|
D | spl_check.cpp | 44 LOG(INFO) << "old spl: " << current_spl << " new spl: " << post_spl << " CHECK passes"; in ViolatesSPLDowngrade()
|
D | adb_install.cpp | 180 LOG(INFO) << "Command " << static_cast<uint32_t>(command_type) << " finished with " << result; in HandleMessageFromMinadbd() 234 LOG(INFO) << "Socket has been closed"; in ListenAndExecuteMinadbdCommands()
|
/bootable/recovery/update_verifier/ |
D | update_verifier.cpp | 179 LOG(INFO) << "Finished reading blocks on partition " << partition_name << " @ " << dm_block_device in ReadBlocks() 200 LOG(INFO) << "Partitions verified by snapuserd daemon"; in VerifyPartitions() 204 LOG(INFO) << "Partitions not verified by snapuserd daemon"; in VerifyPartitions() 321 LOG(INFO) << "Started with arg " << i << ": " << argv[i]; in update_verifier() 333 LOG(INFO) << "Booting slot " << current_slot << " failed"; in update_verifier() 335 LOG(INFO) << "Booting slot " << current_slot in update_verifier() 389 LOG(INFO) << "Marked slot " << current_slot << " as booted successfully."; 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()
|
D | care_map_generator.py | 111 logging.basicConfig(level=logging.INFO if args.verbose else logging.WARNING,
|
/bootable/recovery/tests/unit/ |
D | update_verifier_test.cpp | 104 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()
|
D | uncrypt_test.cpp | 51 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/recovery_utils/ |
D | battery_utils.cpp | 43 LOG(INFO) << "Unable to get AIDL health service, trying HIDL..."; in GetBatteryInfo() 78 LOG(INFO) << "charge_status " << toString(charge_status) << ", charging " << charging in GetBatteryInfo() 88 LOG(INFO) << "Battery capacity == 50, waiting " in GetBatteryInfo() 103 LOG(INFO) << "GetBatteryInfo() reporting charging " << charging << ", capacity " << capacity; in GetBatteryInfo()
|
D | thermalutil.cpp | 78 LOG(INFO) << "current maximum temperature: " << max_temperature; in GetMaxValueFromThermalZone()
|
/bootable/recovery/otautil/ |
D | verifier.cpp | 146 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() 302 LOG(INFO) << "SHA-1 digest: " << print_hex(sha1, SHA_DIGEST_LENGTH); in verify_file() 305 LOG(INFO) << "SHA-256 digest: " << print_hex(sha256, SHA256_DIGEST_LENGTH); in verify_file()
|
/bootable/recovery/uncrypt/ |
D | uncrypt.cpp | 269 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/ |
D | recovery_main.cpp | 113 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()
|
D | recovery.cpp | 134 LOG(INFO) << "Saving locale \"" << locale << "\""; in FinishRecovery() 589 LOG(INFO) << log_content; in log_failure_code() 750 LOG(INFO) << "Failed to set up the package access, skipping installation"; in start_recovery() 753 LOG(INFO) << "Installing package " << update_package << " with fuse"; in start_recovery()
|
/bootable/recovery/applypatch/ |
D | applypatch.cpp | 179 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()
|
D | freecache.cpp | 71 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()
|
D | imgdiff.cpp | 232 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() 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() [all …]
|
/bootable/recovery/recovery_ui/ |
D | ui.cpp | 150 LOG(INFO) << "Brightness: " << brightness_normal_value_ << " (" << brightness_normal_ << "%)"; in InitScreensaver() 179 LOG(INFO) << "Screensaver disabled"; in Init() 433 LOG(INFO) << "Brightness: " << brightness_normal_value_ << " (" << brightness_normal_ in SetScreensaverState() 442 LOG(INFO) << "Brightness: " << brightness_dimmed_value_ << " (" << brightness_dimmed_ in SetScreensaverState() 451 LOG(INFO) << "Brightness: 0 (off)"; in SetScreensaverState()
|
D | ethernet_device.cpp | 113 LOG(INFO) << "Our IPv6 link-local address is " << addrstr; in SetTitleIPv6LinkLocalAddress()
|
/bootable/recovery/minadbd/ |
D | minadbd_services.cpp | 111 LOG(INFO) << "sideload-host file size " << file_size << ", block size " << block_size; in RunAdbFuseSideload() 159 LOG(INFO) << "revents: " << pfd.revents; in WaitForSocketClose()
|