/system/connectivity/shill/net/ |
D | netlink_message_matchers.h | 32 LOG(INFO) << "Null message"; 36 LOG(INFO) << "Not an nl80211 message"; 41 LOG(INFO) << "Not a message of type " << command 52 LOG(INFO) << "Null message"; 57 LOG(INFO) << "Not a NL80211_CMD_SET_WOWLAN message"; 63 LOG(INFO) << "Wiphy index not set"; 69 LOG(INFO) << "Message contains NL80211_ATTR_WOWLAN_TRIGGERS"; 79 LOG(INFO) << "Null message"; 83 LOG(INFO) << "Not an nl80211 message"; 88 LOG(INFO) << "Not a NL80211_CMD_TRIGGER_SCAN message"; [all …]
|
/system/update_engine/ |
D | metrics.cc | 120 LOG(INFO) << "Uploading " << utils::FormatTimeDelta(os_age) in ReportDailyMetrics() 142 LOG(INFO) << "Sending " << value << " for metric " << metric << " (enum)"; in ReportUpdateCheckMetrics() 149 LOG(INFO) << "Sending " << value << " for metric " << metric << " (enum)"; in ReportUpdateCheckMetrics() 155 LOG(INFO) << "Sending " << value << " for metric " << metric << " (sparse)"; in ReportUpdateCheckMetrics() 165 LOG(INFO) << "Sending " << utils::FormatTimeDelta(time_since_last) in ReportUpdateCheckMetrics() 181 LOG(INFO) << "Sending " << utils::FormatTimeDelta(uptime_since_last) in ReportUpdateCheckMetrics() 198 LOG(INFO) << "Uploading " << static_cast<int>(attempt_result) in ReportAbnormallyTerminatedUpdateAttemptMetrics() 223 LOG(INFO) << "Uploading " << attempt_number << " for metric " << metric; in ReportUpdateAttemptMetrics() 231 LOG(INFO) << "Uploading " << utils::ToString(payload_type) in ReportUpdateAttemptMetrics() 238 LOG(INFO) << "Uploading " << utils::FormatTimeDelta(duration) in ReportUpdateAttemptMetrics() [all …]
|
D | update_engine_client.cc | 138 LOG(INFO) << "Got status update:"; in HandleStatusUpdate() 139 LOG(INFO) << " last_checked_time: " << last_checked_time; in HandleStatusUpdate() 140 LOG(INFO) << " progress: " << progress; in HandleStatusUpdate() 141 LOG(INFO) << " current_operation: " in HandleStatusUpdate() 143 LOG(INFO) << " new_version: " << new_version; in HandleStatusUpdate() 144 LOG(INFO) << " new_size: " << new_size; in HandleStatusUpdate() 215 LOG(INFO) << "Update succeeded -- reboot needed."; in HandleStatusUpdate() 286 LOG(INFO) << "Setting Update Engine status to idle ..."; in ProcessFlags() 289 LOG(INFO) << "ResetStatus succeeded; to undo partition table changes " in ProcessFlags() 322 LOG(INFO) << "Current update over cellular network setting: " in ProcessFlags() [all …]
|
D | update_attempter.cc | 208 LOG(INFO) << "Last reported daily metrics " in CheckAndReportDailyMetrics() 212 LOG(INFO) << "Last reported daily metrics " in CheckAndReportDailyMetrics() 218 LOG(INFO) << "Reporting daily metrics."; in CheckAndReportDailyMetrics() 275 LOG(INFO) << "Not updating b/c we already updated and we're waiting for " in Update() 324 LOG(INFO) << "Device policies/settings present"; in RefreshDevicePolicy() 326 LOG(INFO) << "No device policies/settings present."; in RefreshDevicePolicy() 345 LOG(INFO) << "p2p is not enabled - disallowing p2p for both" in CalculateP2PParams() 351 LOG(INFO) << "Non-interactive check - allowing p2p for downloading"; in CalculateP2PParams() 354 LOG(INFO) << "Forcibly disabling use of p2p for downloading " in CalculateP2PParams() 389 LOG(INFO) << "Forcibly disabling use of p2p since starting p2p or " in CalculateUpdateParams() [all …]
|
D | testrunner.cc | 30 LOG(INFO) << "started"; in main() 43 LOG(INFO) << "parsing command line arguments"; in main() 45 LOG(INFO) << "initializing gtest"; in main() 47 LOG(INFO) << "running unit tests"; in main() 49 LOG(INFO) << "unittest return value: " << test_result; in main()
|
D | payload_state.cc | 117 LOG(INFO) << "Resetting all persisted state as this is a new response"; in SetResponse() 129 LOG(INFO) << "Resetting all payload state as the url index seems to have " in SetResponse() 148 LOG(INFO) << "Payload downloaded successfully"; in DownloadComplete() 172 LOG(INFO) << "Resetting failure count of Url" << GetUrlIndex() in DownloadProgress() 207 LOG(INFO) << "Resuming an update that was previously started."; in UpdateResumed() 213 LOG(INFO) << "Starting a new update"; in UpdateRestarted() 247 LOG(INFO) << "Updating payload state for error code: " << base_error in UpdateFailed() 254 LOG(INFO) << "Ignoring failures until we get a valid Omaha response."; in UpdateFailed() 349 LOG(INFO) << "Not incrementing URL index or failure count for this error"; in UpdateFailed() 373 LOG(INFO) << "Payload backoff logic is disabled. " in ShouldBackoffDownload() [all …]
|
D | omaha_request_action.cc | 218 LOG(INFO) << "Passing OS version as 0.0.0.0 as we are set to powerwash " in GetAppXml() 551 LOG(INFO) << "Not sending ping with a=-1 r=-1 to omaha because " in ShouldPing() 599 LOG(INFO) << "Not generating Omaha InstallData as we have " in GetInstallDate() 618 LOG(INFO) << "Set the Omaha InstallDate from OOBE time-stamp to " in GetInstallDate() 643 LOG(INFO) << "Posting an Omaha request to " << params_->update_url(); in PerformAction() 644 LOG(INFO) << "Request: " << request_post; in PerformAction() 738 LOG(INFO) << "Set the Omaha InstallDate from Omaha Response to " in ParseResponse() 773 LOG(INFO) << "No update."; in ParseStatus() 798 LOG(INFO) << "Found " << parser_data->url_codebase.size() << " url(s)"; in ParseUrls() 836 LOG(INFO) << "Payload size = " << output_object->size << " bytes"; in ParsePackage() [all …]
|
D | test_http_server.cc | 95 LOG(INFO) << "got headers:\n--8<------8<------8<------8<----\n" in ParseRequest() 112 LOG(INFO) << "URL: " << request->url; in ParseRequest() 123 LOG(INFO) << "range attribute: " << range; in ParseRequest() 139 LOG(INFO) << tmp_str; in ParseRequest() 143 LOG(INFO) << "host attribute: " << request->host; in ParseRequest() 169 LOG(INFO) << "write failed"; in WriteString() 227 LOG(INFO) << "writing payload: " << line_len << "-byte lines starting with `" in WritePayload() 280 LOG(INFO) << "pid(" << getpid() << "): HTTP server exiting ..."; in HandleQuit() 316 LOG(INFO) << "requested end offset (" << end_offset in HandleGet() 322 LOG(INFO) << "generating response header: range=" << start_offset << "-" in HandleGet() [all …]
|
D | omaha_response_handler_action.cc | 56 LOG(INFO) << "There are no updates. Aborting."; in PerformAction() 80 LOG(INFO) << "Replacing URL " << install_plan_.download_url in PerformAction() 129 LOG(INFO) << "Using this install plan:"; in PerformAction() 170 LOG(INFO) << "Mandating payload hash checks since Omaha Response " in AreHashChecksMandatory() 174 LOG(INFO) << "Waiving payload hash checks for unofficial update URL."; in AreHashChecksMandatory() 183 LOG(INFO) << "Mandating hash checks since download_url is not HTTPS."; in AreHashChecksMandatory() 199 LOG(INFO) << "Mandating payload hash checks since Omaha response " in AreHashChecksMandatory() 205 LOG(INFO) << "Waiving payload hash checks since Omaha response " in AreHashChecksMandatory()
|
D | connection_manager.cc | 89 LOG(INFO) << "Disabling updates over cellular networks as there's no " in IsUpdateAllowedOver() 98 LOG(INFO) << "Disabling updates over cellular connection as it's not " in IsUpdateAllowedOver() 103 LOG(INFO) << "Allowing updates over cellular per device policy."; in IsUpdateAllowedOver() 111 LOG(INFO) << "Disabling updates over cellular connection as there's " in IsUpdateAllowedOver() 123 LOG(INFO) << "Disabling updates over cellular connection per user " in IsUpdateAllowedOver() 127 LOG(INFO) << "Allowing updates over cellular per user setting."; in IsUpdateAllowedOver() 135 LOG(INFO) << "Current connection is confirmed tethered, using Cellular " in IsUpdateAllowedOver()
|
/system/update_engine/common/ |
D | multi_range_http_fetcher.cc | 45 LOG(INFO) << "starting first transfer"; in BeginTransfer() 53 LOG(INFO) << "Called TerminateTransfer but not active."; in TerminateTransfer() 73 LOG(INFO) << "starting transfer of range " << range.ToString(); in StartTransfer() 111 LOG(INFO) << "terminating transfer"; in ReceivedBytes() 123 LOG(INFO) << "TransferEnded w/ code " << http_response_code_; in TransferEnded() 125 LOG(INFO) << "Terminating."; in TransferEnded() 138 LOG(INFO) << "Didn't get enough bytes. Ending w/ failure."; in TransferEnded() 152 LOG(INFO) << "Starting next transfer (" << current_index_ << ")."; in TransferEnded() 157 LOG(INFO) << "Done w/ all transfers"; in TransferEnded() 166 LOG(INFO) << "Received transfer complete."; in TransferComplete() [all …]
|
D | action_processor.cc | 46 LOG(INFO) << "ActionProcessor: starting " << current_action_->Type(); in StartProcessing() 58 LOG(INFO) << "ActionProcessor: aborted " in StopProcessing() 82 LOG(INFO) << "ActionProcessor: suspending " << current_action_->Type(); in SuspendProcessing() 95 LOG(INFO) << "ActionProcessor: resuming " << current_action_->Type(); in ResumeProcessing() 102 LOG(INFO) << "ActionProcessor: resuming processing"; in ResumeProcessing() 116 LOG(INFO) << "ActionProcessor: finished " in ActionComplete() 121 LOG(INFO) << "ActionProcessor: Aborting processing due to failure."; in ActionComplete() 143 LOG(INFO) << "ActionProcessor: starting " << current_action_->Type(); in StartNextActionOrFinish()
|
D | libcurl_http_fetcher.cc | 89 LOG(INFO) << "Unknown proxy type: " << proxy; in GetProxyType() 94 LOG(INFO) << "Starting/Resuming transfer"; in ResumeTransfer() 106 LOG(INFO) << "Using proxy: " << (is_direct ? "no" : "yes"); in ResumeTransfer() 227 LOG(INFO) << "Not setting http(s) curl options because we are " in ResumeTransfer() 237 LOG(INFO) << "Setting up curl options for HTTP"; in SetCurlOptionsForHttp() 249 LOG(INFO) << "Setting up curl options for HTTPS"; in SetCurlOptionsForHttps() 274 LOG(INFO) << "Setting up curl options for FILE"; in SetCurlOptionsForFile() 358 LOG(INFO) << "Connection closed while paused, ignoring failure."; in CurlPerformOnce() 375 LOG(INFO) << "HTTP response code: " << http_response_code_; in CurlPerformOnce() 397 LOG(INFO) << "No HTTP response, retry " << no_network_retry_count_; in CurlPerformOnce() [all …]
|
/system/nativepower/example/ |
D | power_example.cc | 53 LOG(INFO) << "Requesting reboot"; in main() 56 LOG(INFO) << "Requesting shutdown"; in main() 59 LOG(INFO) << "Requesting suspend"; in main() 63 LOG(INFO) << "Creating wake lock"; in main() 67 LOG(INFO) << "Sleeping for " << kWakeLockSleepSec << " seconds"; in main() 73 LOG(INFO) << "Exiting"; in main()
|
/system/update_engine/payload_generator/ |
D | delta_diff_generator.cc | 89 LOG(INFO) << "Partition name: " << new_part.name; in GenerateUpdatePayloadFile() 90 LOG(INFO) << "Partition size: " << new_part.size; in GenerateUpdatePayloadFile() 91 LOG(INFO) << "Block count: " << new_part.size / config.block_size; in GenerateUpdatePayloadFile() 110 LOG(INFO) << "Using generator InplaceGenerator()."; in GenerateUpdatePayloadFile() 113 LOG(INFO) << "Using generator ABGenerator()."; in GenerateUpdatePayloadFile() 117 LOG(INFO) << "Using generator FullUpdateGenerator()."; in GenerateUpdatePayloadFile() 138 LOG(INFO) << "Writing payload file..."; in GenerateUpdatePayloadFile() 143 LOG(INFO) << "All done. Successfully created delta file with " in GenerateUpdatePayloadFile()
|
D | graph_utils.cc | 108 LOG(INFO) << header << "(" << GetElement(field, i).start_block() << ", " in DumpExtents() 116 LOG(INFO) << " " << it->first << " read-before:"; in DumpOutEdges() 118 LOG(INFO) << " write-before:"; in DumpOutEdges() 125 LOG(INFO) << "Graph length: " << graph.size(); in DumpGraph() 127 LOG(INFO) << i in DumpGraph() 131 LOG(INFO) << " src_extents:"; in DumpGraph() 133 LOG(INFO) << " dst_extents:"; in DumpGraph() 135 LOG(INFO) << " out edges:"; in DumpGraph()
|
D | generate_delta_main.cc | 112 LOG(INFO) << "Calculating hash for signing."; in CalculateHashForSigning() 127 LOG(INFO) << "Done calculating hash for signing."; in CalculateHashForSigning() 147 LOG(INFO) << "Signing payload."; in SignPayload() 160 LOG(INFO) << "Done signing payload. Final metadata size = " in SignPayload() 172 LOG(INFO) << "Verifying signed payload."; in VerifySignedPayload() 178 LOG(INFO) << "Done verifying signed payload."; in VerifySignedPayload() 188 LOG(INFO) << "Applying delta."; in ApplyDelta() 193 LOG(INFO) << "Setting up preferences under: " << prefs_dir; in ApplyDelta() 197 LOG(INFO) << "Calculating original checksums"; in ApplyDelta() 231 LOG(INFO) << "Done applying delta."; in ApplyDelta() [all …]
|
/system/connectivity/shill/ |
D | power_manager.cc | 81 LOG(INFO) << __func__; in Stop() 96 LOG(INFO) << __func__ << ": Suspend attempt (" in ReportSuspendReadiness() 115 LOG(INFO) << __func__ << "(" << suspend_id << ")"; in OnSuspendImminent() 132 LOG(INFO) << __func__ << "(" << suspend_id << ")"; in OnSuspendDone() 145 LOG(INFO) << __func__ << "(" << suspend_id << ")"; in OnDarkSuspendImminent() 159 LOG(INFO) << __func__; in OnPowerManagerAppeared() 174 LOG(INFO) << __func__; in OnPowerManagerVanished()
|
/system/connectivity/shill/shims/ |
D | ppp.cc | 79 LOG(INFO) << "PPP started."; in Init() 83 LOG(INFO) << __func__; in GetSecret() 93 LOG(INFO) << __func__; in OnAuthenticateStart() 102 LOG(INFO) << __func__; in OnAuthenticateDone() 111 LOG(INFO) << __func__ << "(" << ifname << ")"; in OnConnect() 144 LOG(INFO) << __func__; in OnDisconnect() 168 LOG(INFO) << "Task proxy created: " << service << " - " << path; in CreateProxy() 177 LOG(INFO) << "Task proxy destroyed."; in DestroyProxy()
|
/system/tpm/trunks/ |
D | trunks_client.cc | 170 LOG(INFO) << "Running RNG test."; in main() 175 LOG(INFO) << "Running RSA key tests."; in main() 196 LOG(INFO) << "Running Sealed Data test."; in main() 201 LOG(INFO) << "Running PCR test."; in main() 206 LOG(INFO) << "Running policy tests."; in main() 221 LOG(INFO) << "Running NVRAM test."; in main() 227 LOG(INFO) << "All tests were run successfully."; in main() 231 LOG(INFO) << "Running stress tests."; in main()
|
/system/extras/verity/fec/ |
D | main.cpp | 187 INFO("encoding RS(255, %d) to '%s' for input files:\n", ctx.rs_n, in encode() 193 INFO("\t%zu: '%s'\n", n++, fn.c_str()); in encode() 197 INFO("\traw fec size: %u\n", ctx.fec_size); in encode() 198 INFO("\tblocks: %" PRIu64 "\n", ctx.blocks); in encode() 199 INFO("\trounds: %" PRIu64 "\n", ctx.rounds); in encode() 230 INFO("correcting '%s' using RS(255, %d) from '%s'\n", in decode() 235 INFO("decoding '%s' to '%s' using RS(255, %d) from '%s'\n", in decode() 242 INFO("\traw fec size: %u\n", ctx.fec_size); in decode() 243 INFO("\tblocks: %" PRIu64 "\n", ctx.blocks); in decode() 244 INFO("\trounds: %" PRIu64 "\n", ctx.rounds); in decode() [all …]
|
/system/core/tzdatacheck/ |
D | tzdatacheck.cpp | 125 PLOG(INFO) << "Directory does not exist: " << dirToDelete; in deleteDir() 157 LOG(INFO) << "Could not delete directory: " << &tempDirName[0]; in deleteDir() 193 LOG(INFO) << "tzdata file " << dataTzDataFileName << " does not exist. No action required."; in main() 210 LOG(INFO) << "tzdata file " << dataTzDataFileName << " is the newer than " in main() 214 LOG(INFO) << "tzdata file " << dataTzDataFileName << " is the same as or older than " in main() 220 LOG(INFO) << "Removing: " << dataUpdatesDirName; in main() 228 LOG(INFO) << "Removing: " << dataCurrentDirName; in main()
|
/system/connectivity/shill/supplicant/ |
D | supplicant_eap_state_handler.cc | 35 LOG(INFO) << "EAP: accepted method " << parameter; in ParseStatus() 38 LOG(INFO) << "EAP: Completed authentication successfully."; in ParseStatus() 60 LOG(INFO) << "EAP: Completed remote certificate verification."; in ParseStatus() 77 LOG(INFO) << "EAP: Authentication starting."; in ParseStatus()
|
/system/connectivity/shill/cellular/ |
D | modem_manager.cc | 59 LOG(INFO) << "Modem manager " << service_ << " appeared."; in OnAppeared() 64 LOG(INFO) << "Modem manager " << service_ << " vanished."; in OnVanished() 71 LOG(INFO) << "ModemExists: " << path << " already exists."; in ModemExists() 83 LOG(INFO) << "Remove modem: " << path; in RemoveModem() 107 LOG(INFO) << "Start watching modem manager service: " << service(); in Start() 120 LOG(INFO) << "Stop watching modem manager service: " << service(); in Stop()
|
/system/update_engine/payload_consumer/ |
D | download_action.cc | 75 LOG(INFO) << "Deleted p2p file " << path.value(); in CloseP2PSharingFd() 114 LOG(INFO) << "Writing payload contents to " << path.value(); in SetupP2PSharingFd() 178 LOG(INFO) << "Marking new slot as unbootable"; in PerformAction() 186 LOG(INFO) << "Using writer for test."; in PerformAction() 202 LOG(INFO) << "p2p file id: " << p2p_file_id_; in PerformAction() 214 LOG(INFO) << "Deleting partial p2p file " << path.value() in PerformAction() 224 LOG(INFO) << "Tweaking HTTP fetcher since we're downloading via p2p"; in PerformAction() 289 LOG(INFO) << "Manifest has been validated. Making p2p file visible."; in ReceivedBytes()
|