Lines Matching refs:INFO

1029     LOG(INFO) << "Directory " << QuotePath(config_.GetArtifactDirectory())  in RemoveArtifactsDirectory()
1104 LOG(INFO) << "System property " << system_property_config.name << " has a non-default value (" in CheckSystemPropertiesAreDefault()
1144 LOG(INFO) << "System property " << name << " value changed (before: \"" << cached_property in CheckSystemPropertiesHaveNotChanged()
1191 LOG(INFO) << "Updated ART APEX mounted"; in CheckPreconditionForSystem()
1198 LOG(INFO) << "Updated APEXes mounted"; in CheckPreconditionForSystem()
1209 LOG(INFO) << ART_FORMAT("APEX ({}) version code mismatch (before: {}, now: {})", in CheckModuleInfo()
1217 LOG(INFO) << ART_FORMAT("APEX ({}) version name mismatch (before: {}, now: {})", in CheckModuleInfo()
1230 LOG(INFO) << ART_FORMAT("APEX ({}) last update time mismatch (before: {}, now: {})", in CheckModuleInfo()
1248 LOG(INFO) << "No prior cache-info file: " << QuotePath(cache_info_filename_); in CheckPreconditionForData()
1296 LOG(INFO) << "Missing Dex2oatBootClasspath components."; in CheckPreconditionForData()
1303 LOG(INFO) << "Dex2OatClasspath components mismatch: " << result.error(); in CheckPreconditionForData()
1328 LOG(INFO) << "Missing APEX info from cache-info (" << apex_name << ")."; in CheckPreconditionForData()
1344 LOG(INFO) << "Missing BootClasspath components."; in CheckPreconditionForData()
1351 LOG(INFO) << "BootClasspath components mismatch: " << result.error(); in CheckPreconditionForData()
1373 LOG(INFO) << "Missing SystemServerComponents."; in CheckPreconditionForData()
1380 LOG(INFO) << "SystemServerComponents mismatch: " << result.error(); in CheckPreconditionForData()
1403 LOG(INFO) << "Incomplete primary boot image or framework extension on /system: " << error_msg; in CheckBootClasspathArtifactsAreUpToDate()
1412 LOG(INFO) << "Incomplete boot image mainline extension on /system: " << error_msg; in CheckBootClasspathArtifactsAreUpToDate()
1417 LOG(INFO) << ART_FORMAT("Boot images on /system OK ({})", isa_str); in CheckBootClasspathArtifactsAreUpToDate()
1422 LOG(INFO) << ART_FORMAT("Checking boot images /data ({})", isa_str); in CheckBootClasspathArtifactsAreUpToDate()
1432 LOG(INFO) << "Incomplete primary boot image on /data: " << error_msg; in CheckBootClasspathArtifactsAreUpToDate()
1439 LOG(INFO) << ART_FORMAT("Found minimal primary boot image ({})", isa_str); in CheckBootClasspathArtifactsAreUpToDate()
1453 LOG(INFO) << "Incomplete boot image mainline extension on /data: " << error_msg; in CheckBootClasspathArtifactsAreUpToDate()
1469 LOG(INFO) << ART_FORMAT("Boot images on /data OK ({})", isa_str); in CheckBootClasspathArtifactsAreUpToDate()
1487 LOG(INFO) << "system_server artifacts on /system OK"; in CheckSystemServerArtifactsAreUpToDate()
1491 LOG(INFO) << "Incomplete system server artifacts on /system: " << error_msg; in CheckSystemServerArtifactsAreUpToDate()
1492 LOG(INFO) << "Checking system server artifacts /data"; in CheckSystemServerArtifactsAreUpToDate()
1513 LOG(INFO) << "Incomplete system_server artifacts on /data: " << error_msg; in CheckSystemServerArtifactsAreUpToDate()
1521 LOG(INFO) << "system_server artifacts on /data OK"; in CheckSystemServerArtifactsAreUpToDate()
1554 LOG(INFO) << "Removing " << path; in CleanupArtifactDirectory()
1562 LOG(INFO) << "Removing " << path; in CleanupArtifactDirectory()
1596 LOG(INFO) << "Refreshing " << path; in RefreshExistingArtifacts()
1651 LOG(INFO) << "ART APEX version " << art_apex_info->getVersionCode(); in CheckArtifactsAreUpToDate()
1795 LOG(INFO) << ART_FORMAT("{}: {} [timeout {}s]", debug_message, cmd_line, timeout); in RunDex2oat()
1797 LOG(INFO) << "Compilation skipped (dry-run)."; in RunDex2oat()
1975 LOG(INFO) << "Minimal boot image already up-to-date"; in CompileBootClasspath()