Searched refs:INFO (Results 1 - 25 of 264) sorted by relevance

1234567891011

/system/connectivity/shill/net/
H A Dnetlink_message_matchers.h32 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) << "No
[all...]
/system/update_engine/
H A Dtestrunner.cc30 LOG(INFO) << "started";
43 LOG(INFO) << "parsing command line arguments";
45 LOG(INFO) << "initializing gtest";
47 LOG(INFO) << "running unit tests";
49 LOG(INFO) << "unittest return value: " << test_result;
H A Dmetrics.cc120 LOG(INFO) << "Uploading " << utils::FormatTimeDelta(os_age)
142 LOG(INFO) << "Sending " << value << " for metric " << metric << " (enum)";
149 LOG(INFO) << "Sending " << value << " for metric " << metric << " (enum)";
155 LOG(INFO) << "Sending " << value << " for metric " << metric << " (sparse)";
165 LOG(INFO) << "Sending " << utils::FormatTimeDelta(time_since_last)
181 LOG(INFO) << "Sending " << utils::FormatTimeDelta(uptime_since_last)
198 LOG(INFO) << "Uploading " << static_cast<int>(attempt_result)
223 LOG(INFO) << "Uploading " << attempt_number << " for metric " << metric;
231 LOG(INFO) << "Uploading " << utils::ToString(payload_type)
238 LOG(INFO) << "Uploadin
[all...]
H A Dupdate_engine_client.cc138 LOG(INFO) << "Got status update:";
139 LOG(INFO) << " last_checked_time: " << last_checked_time;
140 LOG(INFO) << " progress: " << progress;
141 LOG(INFO) << " current_operation: "
143 LOG(INFO) << " new_version: " << new_version;
144 LOG(INFO) << " new_size: " << new_size;
215 LOG(INFO) << "Update succeeded -- reboot needed.";
286 LOG(INFO) << "Setting Update Engine status to idle ...";
289 LOG(INFO) << "ResetStatus succeeded; to undo partition table changes "
322 LOG(INFO) << "Curren
[all...]
H A Dpayload_state.cc117 LOG(INFO) << "Resetting all persisted state as this is a new response";
129 LOG(INFO) << "Resetting all payload state as the url index seems to have "
148 LOG(INFO) << "Payload downloaded successfully";
172 LOG(INFO) << "Resetting failure count of Url" << GetUrlIndex()
207 LOG(INFO) << "Resuming an update that was previously started.";
213 LOG(INFO) << "Starting a new update";
247 LOG(INFO) << "Updating payload state for error code: " << base_error
254 LOG(INFO) << "Ignoring failures until we get a valid Omaha response.";
349 LOG(INFO) << "Not incrementing URL index or failure count for this error";
373 LOG(INFO) << "Payloa
[all...]
H A Dupdate_attempter.cc208 LOG(INFO) << "Last reported daily metrics "
212 LOG(INFO) << "Last reported daily metrics "
218 LOG(INFO) << "Reporting daily metrics.";
275 LOG(INFO) << "Not updating b/c we already updated and we're waiting for "
324 LOG(INFO) << "Device policies/settings present";
326 LOG(INFO) << "No device policies/settings present.";
345 LOG(INFO) << "p2p is not enabled - disallowing p2p for both"
351 LOG(INFO) << "Non-interactive check - allowing p2p for downloading";
354 LOG(INFO) << "Forcibly disabling use of p2p for downloading "
389 LOG(INFO) << "Forcibl
[all...]
H A Domaha_response_handler_action.cc56 LOG(INFO) << "There are no updates. Aborting.";
80 LOG(INFO) << "Replacing URL " << install_plan_.download_url
129 LOG(INFO) << "Using this install plan:";
170 LOG(INFO) << "Mandating payload hash checks since Omaha Response "
174 LOG(INFO) << "Waiving payload hash checks for unofficial update URL.";
183 LOG(INFO) << "Mandating hash checks since download_url is not HTTPS.";
199 LOG(INFO) << "Mandating payload hash checks since Omaha response "
205 LOG(INFO) << "Waiving payload hash checks since Omaha response "
/system/nativepower/example/
H A Dpower_example.cc53 LOG(INFO) << "Requesting reboot";
56 LOG(INFO) << "Requesting shutdown";
59 LOG(INFO) << "Requesting suspend";
63 LOG(INFO) << "Creating wake lock";
67 LOG(INFO) << "Sleeping for " << kWakeLockSleepSec << " seconds";
73 LOG(INFO) << "Exiting";
/system/update_engine/common/
H A Daction_processor.cc46 LOG(INFO) << "ActionProcessor: starting " << current_action_->Type();
58 LOG(INFO) << "ActionProcessor: aborted "
82 LOG(INFO) << "ActionProcessor: suspending " << current_action_->Type();
95 LOG(INFO) << "ActionProcessor: resuming " << current_action_->Type();
102 LOG(INFO) << "ActionProcessor: resuming processing";
116 LOG(INFO) << "ActionProcessor: finished "
121 LOG(INFO) << "ActionProcessor: Aborting processing due to failure.";
143 LOG(INFO) << "ActionProcessor: starting " << current_action_->Type();
H A Dmulti_range_http_fetcher.cc45 LOG(INFO) << "starting first transfer";
53 LOG(INFO) << "Called TerminateTransfer but not active.";
73 LOG(INFO) << "starting transfer of range " << range.ToString();
111 LOG(INFO) << "terminating transfer";
123 LOG(INFO) << "TransferEnded w/ code " << http_response_code_;
125 LOG(INFO) << "Terminating.";
138 LOG(INFO) << "Didn't get enough bytes. Ending w/ failure.";
152 LOG(INFO) << "Starting next transfer (" << current_index_ << ").";
157 LOG(INFO) << "Done w/ all transfers";
166 LOG(INFO) << "Receive
[all...]
/system/update_engine/payload_generator/
H A Ddelta_diff_generator.cc89 LOG(INFO) << "Partition name: " << new_part.name;
90 LOG(INFO) << "Partition size: " << new_part.size;
91 LOG(INFO) << "Block count: " << new_part.size / config.block_size;
98 LOG(INFO) << "Using generator InplaceGenerator().";
101 LOG(INFO) << "Using generator ABGenerator().";
105 LOG(INFO) << "Using generator FullUpdateGenerator().";
126 LOG(INFO) << "Writing payload file...";
131 LOG(INFO) << "All done. Successfully created delta file with "
H A Dgraph_utils.cc108 LOG(INFO) << header << "(" << GetElement(field, i).start_block() << ", "
116 LOG(INFO) << " " << it->first << " read-before:";
118 LOG(INFO) << " write-before:";
125 LOG(INFO) << "Graph length: " << graph.size();
127 LOG(INFO) << i
131 LOG(INFO) << " src_extents:";
133 LOG(INFO) << " dst_extents:";
135 LOG(INFO) << " out edges:";
/system/connectivity/shill/supplicant/
H A Dsupplicant_eap_state_handler.cc35 LOG(INFO) << "EAP: accepted method " << parameter;
38 LOG(INFO) << "EAP: Completed authentication successfully.";
60 LOG(INFO) << "EAP: Completed remote certificate verification.";
77 LOG(INFO) << "EAP: Authentication starting.";
/system/core/adb/
H A Dline_printer.h29 enum LineType { INFO, WARNING, ERROR }; enumerator in enum:LinePrinter::LineType
31 /// Outputs the given line. INFO output will be overwritten.
35 /// If there's an INFO line, keep it. If not, do nothing.
/system/media/brillo/audio/audioservice/
H A Dmain_audio_service.cpp24 LOG(INFO) << "Starting brilloaudioservice.";
/system/connectivity/shill/
H A Dpower_manager.cc81 LOG(INFO) << __func__;
96 LOG(INFO) << __func__ << ": Suspend attempt ("
115 LOG(INFO) << __func__ << "(" << suspend_id << ")";
132 LOG(INFO) << __func__ << "(" << suspend_id << ")";
145 LOG(INFO) << __func__ << "(" << suspend_id << ")";
159 LOG(INFO) << __func__;
174 LOG(INFO) << __func__;
/system/connectivity/dhcp_client/
H A Dmain.cc54 LOG(INFO) << __func__;
64 LOG(INFO) << switches::kHelpMessage;
/system/connectivity/shill/shims/
H A Dppp.cc79 LOG(INFO) << "PPP started.";
83 LOG(INFO) << __func__;
93 LOG(INFO) << __func__;
102 LOG(INFO) << __func__;
111 LOG(INFO) << __func__ << "(" << ifname << ")";
144 LOG(INFO) << __func__;
168 LOG(INFO) << "Task proxy created: " << service << " - " << path;
177 LOG(INFO) << "Task proxy destroyed.";
H A Dtask_proxy.cc36 LOG(INFO) << __func__ << "(" << reason
46 LOG(INFO) << __func__;
/system/core/crash_reporter/
H A Dunclean_shutdown_collector.cc81 LOG(INFO) << "Clean shutdown signalled";
88 LOG(INFO) << "Unclean shutdown occurred while suspended. Not counting "
/system/tpm/trunks/
H A Dtrunks_client.cc170 LOG(INFO) << "Running RNG test.";
175 LOG(INFO) << "Running RSA key tests.";
196 LOG(INFO) << "Running Sealed Data test.";
201 LOG(INFO) << "Running PCR test.";
206 LOG(INFO) << "Running policy tests.";
221 LOG(INFO) << "Running NVRAM test.";
227 LOG(INFO) << "All tests were run successfully.";
231 LOG(INFO) << "Running stress tests.";
/system/bt/service/test/
H A Dmain.cpp33 LOG(INFO) << "Running Bluetooth daemon unit tests.";
/system/connectivity/apmanager/dbus/
H A Dfirewalld_dbus_proxy.cc70 LOG(INFO) << "Access granted for UDP port " << port
94 LOG(INFO) << "Access released for UDP port " << port
100 LOG(INFO) << __func__ << ": " << available;
113 LOG(INFO) << __func__ << " old: " << old_owner << " new: " << new_owner;
/system/connectivity/shill/cellular/
H A Dout_of_credits_detector.cc59 LOG(INFO) << __func__
67 LOG(INFO) << __func__
75 LOG(INFO) << __func__ << ": No out-of-credits detection";
/system/webservd/libwebserv/
H A Dbinder_server.cc50 LOG(INFO) << "Webservd has not registered with service manager.";
80 LOG(INFO) << "Webservd failed to tell us about protocol handlers.";
90 LOG(INFO) << "Remote handler could not report its name.";

Completed in 481 milliseconds

1234567891011