Searched refs:LOG (Results 1 - 25 of 432) sorted by relevance

1234567891011>>

/system/update_engine/common/
H A Dboot_control_stub.cc30 LOG(ERROR) << __FUNCTION__ << " should never be called.";
37 LOG(ERROR) << __FUNCTION__ << " should never be called.";
42 LOG(ERROR) << __FUNCTION__ << " should never be called.";
47 LOG(ERROR) << __FUNCTION__ << " should never be called.";
52 LOG(ERROR) << __FUNCTION__ << " should never be called.";
H A Daction_processor.cc46 LOG(INFO) << "ActionProcessor: starting " << current_action_->Type();
58 LOG(INFO) << "ActionProcessor: aborted "
75 LOG(WARNING) << "Called SuspendProcessing while not processing.";
82 LOG(INFO) << "ActionProcessor: suspending " << current_action_->Type();
88 LOG(WARNING) << "Called ResumeProcessing while not suspended.";
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(INF
[all...]
/system/update_engine/
H A Dupdate_engine_client.cc70 LOG(ERROR) << "UpdateEngineService not available.";
120 LOG(ERROR) << error;
138 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;
217 LOG(ERROR) << "Update failed, current operation is "
224 LOG(INF
[all...]
H A Dtestrunner.cc34 LOG(INFO) << "started";
56 LOG(INFO) << "parsing command line arguments";
58 LOG(INFO) << "initializing gtest";
60 LOG(INFO) << "running unit tests";
62 LOG(INFO) << "unittest return value: " << test_result;
H A Dpower_manager_android.cc30 LOG(WARNING) << "PowerManager not implemented.";
H A Dboot_control_android.cc61 LOG(ERROR) << "Error getting bootctrl HIDL module.";
65 LOG(INFO) << "Loaded boot control hidl hal.";
105 LOG(ERROR) << "Device file " << misc_device.value() << " for /misc "
117 LOG(ERROR) << "boot_control impl returned no suffix for slot "
124 LOG(ERROR) << "Device file " << path.value() << " does not exist.";
135 LOG(ERROR) << "Unable to determine if slot " << SlotName(slot)
141 LOG(ERROR) << "Invalid slot: " << SlotName(slot);
151 LOG(ERROR) << "Unable to call MarkSlotUnbootable for slot "
157 LOG(ERROR) << "Unable to mark slot " << SlotName(slot)
167 LOG(ERRO
[all...]
/system/libvintf/
H A DRuntimeInfo-host.cpp27 LOG(WARNING) << "Should not run fetchAllInformation on host.";
/system/tpm/tpm_manager/server/
H A Dtpm_util.h23 LOG(severity) << "TPM error 0x" << std::hex << result << " (" \
H A Dtpm2_initializer_impl.cc70 LOG(ERROR) << "Error reading local data.";
83 LOG(ERROR) << "Error generating a random owner password.";
87 LOG(ERROR) << "Error generating a random endorsement password.";
91 LOG(ERROR) << "Error generating a random lockout password.";
105 LOG(ERROR) << "Error saving local data.";
111 LOG(ERROR) << "Error taking ownership of TPM2.0";
127 LOG(ERROR) << "Failed to read PCR " << pcr << ": "
132 LOG(WARNING) << "WARNING: Verified boot PCR " << pcr
136 LOG(ERROR) << "Failed to extend PCR " << pcr << ": "
146 LOG(ERRO
[all...]
/system/timezone/tzdatacheck/
H A Dtzdatacheck.cpp117 LOG(WARNING) << fileName << " is too small. " << byteCount << " bytes required";
129 LOG(WARNING) << fileName << " does not start with the expected bytes (tzdata)";
176 LOG(DEBUG) << "Inspecting " << fpath;
180 LOG(DEBUG) << "Unlinking " << fpath;
187 LOG(DEBUG) << "Removing dir " << fpath;
193 LOG(WARNING) << "Unsupported file type " << fpath << ": " << typeflag;
221 LOG(INFO) << "Path " << fileToDelete << " does not exist";
225 LOG(WARNING) << "Path " << fileToDelete << " failed to stat() or is not a file.";
251 LOG(INFO) << "Path " << dirToDelete << " does not exist";
255 LOG(WARNIN
[all...]
/system/bt/tools/mcap_tool/
H A Dmcap_test_app.cc116 LOG(ERROR) << "callback is null";
138 LOG(ERROR) << "Application not registered";
143 LOG(INFO) << "MCL does not exist, creating new MCL";
148 LOG(ERROR) << "MCL is still active, cannot make another connection";
157 LOG(ERROR) << "Data callback is null";
195 LOG(INFO) << "Removing MCL handle " << (int)mcl_handle;
200 LOG(INFO) << "Removed MCL handle " << (int)mcl_handle;
215 LOG(ERROR) << "MCAP handle mismatch, self=" << _mcap_handle
228 LOG(ERROR) << "No MCL for mcl_handle " << (int)mcl;
232 LOG(ERRO
[all...]
/system/tpm/trunks/
H A Dtrunks_client.cc84 LOG(ERROR) << "Error allocating PCR:" << trunks::GetErrorString(result);
97 LOG(ERROR) << "Error taking ownership: " << trunks::GetErrorString(rc);
107 LOG(ERROR) << "Failed to read TPM state: "
142 LOG(ERROR) << "ReadPCR: " << trunks::GetErrorString(result);
155 LOG(ERROR) << "ExtendPCR: " << trunks::GetErrorString(result);
197 LOG(INFO) << "Running RNG test.";
199 LOG(ERROR) << "Error running RNGtest.";
202 LOG(INFO) << "Running RSA key tests.";
204 LOG(ERROR) << "Error running SignTest.";
208 LOG(ERRO
[all...]
H A Dpassword_authorization_delegate.cc47 LOG(ERROR) << __func__ << ": could not serialize command auth.";
63 LOG(ERROR) << __func__ << ": Authorization string was of wrong length.";
67 LOG(ERROR) << __func__ << ": could not parse authorization response.";
71 LOG(ERROR) << __func__ << ": received a non zero length nonce.";
75 LOG(ERROR) << __func__ << ": received a non zero length hmac.";
79 LOG(ERROR) << __func__ << ": received wrong session attributes.";
H A Dtrunks_client_test.cc74 LOG(ERROR) << "Error starting hmac session.";
82 LOG(ERROR) << "Error stirring TPM RNG: " << GetErrorString(result);
88 LOG(ERROR) << "Error getting random bytes from TPM: "
93 LOG(ERROR) << "Error not enough random bytes received.";
103 LOG(ERROR) << "Error starting hmac session.";
113 LOG(ERROR) << "Error creating signing key: " << GetErrorString(result);
119 LOG(ERROR) << "Error loading signing key: " << GetErrorString(result);
128 LOG(ERROR) << "Error using key to sign: " << GetErrorString(result);
134 LOG(ERROR) << "Error using key to verify: " << GetErrorString(result);
144 LOG(ERRO
[all...]
H A Dblob_parser.cc36 LOG(ERROR) << "Error serializing public info: " << GetErrorString(result);
41 LOG(ERROR) << "Error serializing private info: " << GetErrorString(result);
60 LOG(ERROR) << "Error parsing public info: " << GetErrorString(result);
65 LOG(ERROR) << "Error parsing private info: " << GetErrorString(result);
79 LOG(ERROR) << "Error serializing creation_data: " << GetErrorString(result);
84 LOG(ERROR) << "Error serializing creation_hash: " << GetErrorString(result);
89 LOG(ERROR) << "Error serializing creation_ticket: "
110 LOG(ERROR) << "Error parsing creation_data: " << GetErrorString(result);
115 LOG(ERROR) << "Error parsing creation_hash: " << GetErrorString(result);
121 LOG(ERRO
[all...]
/system/connectivity/wificond/net/
H A Dnetlink_utils.cpp61 LOG(ERROR) << "NL80211_CMD_GET_WIPHY dump failed";
65 LOG(DEBUG) << "No wiphy is found";
70 LOG(ERROR) << "Receive ERROR message: "
75 LOG(ERROR) << "Wrong message type for new interface message: "
80 LOG(ERROR) << "Wrong command in response to "
86 LOG(ERROR) << "Failed to get wiphy index from reply message";
106 LOG(ERROR) << "NL80211_CMD_GET_INTERFACE dump failed";
110 LOG(ERROR) << "No interface is found";
115 LOG(ERROR) << "Receive ERROR message: "
120 LOG(ERRO
[all...]
/system/bt/service/ipc/
H A Dipc_manager.cc44 LOG(ERROR) << "IPCManagerLinux already started.";
58 LOG(ERROR) << "IPCManagerBinder already started.";
71 LOG(ERROR) << "IPCManagerDBus already started.";
84 LOG(ERROR) << "Unsupported IPC type given: " << type;
/system/connectivity/wificond/
H A Dparcelable_utils.h28 LOG(ERROR) << "Failed to parse binder parcelable object at " \
/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/
H A DVtsHalWifiKeystoreV1_0TargetTest.cpp24 LOG(INFO) << "Test result = " << status;
/system/libfmq/
H A DFmqInternal.cpp29 LOG(ERROR) << message;
/system/bt/service/
H A Dsettings.cc42 LOG(ERROR) << "Invalid IPC create socket path";
52 LOG(ERROR) << "Invalid Android socket suffix";
63 LOG(ERROR) << "Invalid value for " << switches::kEnableOnStart << ": "
71 LOG(ERROR) << "Unexpected command-line switches found: " << iter.first;
78 LOG(ERROR) << "Too many IPC methods provided";
84 LOG(ERROR) << "Unexpected command-line arguments found";
/system/bt/service/example/heart_rate/
H A Dserver_main.cc61 LOG(ERROR) << "The Bluetooth daemon has died. Aborting.";
85 LOG(ERROR) << "Failed to set up logging";
93 LOG(INFO) << "Starting GATT Heart Rate Service sample";
98 LOG(ERROR) << "Failed to get service binder: '" << kServiceName
107 LOG(ERROR) << "Bluetooth is not enabled.";
118 LOG(ERROR) << "Failed to register DeathRecipient for IBluetooth";
132 LOG(INFO) << "Heart Rate service started successfully";
136 LOG(ERROR) << "Starting Heart Rate server failed asynchronously";
148 LOG(ERROR) << "Failed to start Heart Rate server";
158 LOG(INF
[all...]
/system/connectivity/wificond/scanning/
H A Dscanner_impl.cpp70 LOG(INFO) << "subscribe scan result for interface with index: "
92 LOG(INFO) << "Unsubscribe scan result for interface with index: "
100 LOG(DEBUG) << "Calling on a invalid scanner object."
114 LOG(ERROR) << "Failed to get wiphy info from kernel";
132 LOG(ERROR) << "Failed to get wiphy info from kernel";
150 LOG(ERROR) << "Failed to get wiphy info from kernel";
165 LOG(ERROR) << "Failed to get scan results via NL80211";
177 LOG(ERROR) << "Failed to get scan results via Offload HAL";
181 LOG(ERROR) << "Failed to get scan results via NL80211";
195 LOG(WARNIN
[all...]
/system/tools/aidl/tests/
H A Daidl_test_client_utf8_strings.cpp56 LOG(INFO) << "Confirming repeating utf8 strings works.";
62 LOG(ERROR) << "Failed while requesting service to repeat utf8 string=\""
73 LOG(ERROR) << "RepeatNullableUtf8CppString(null) did not return null";
82 LOG(ERROR) << "Got status=" << status.toString8() << " while repeating "
87 LOG(ERROR) << "Got null reply while repeating nullable utf8 string "
92 LOG(ERROR) << "Failed while requesting service to repeat utf8 string=\""
104 LOG(INFO) << "Confirming passing and returning utf8 string arrays works.";
114 LOG(INFO) << "Confirming reversing a list of utf8 strings works";
118 LOG(ERROR) << "Reversing null list of utf8 strings failed.";
129 LOG(ERRO
[all...]
/system/extras/ext4_utils/
H A Dext4_crypt_init_extensions.cpp56 LOG(INFO) << "Keyring created with id " << device_keyring << " in process " << getpid();
95 LOG(INFO) << "Not setting policy on " << dir;
106 LOG(ERROR) << "Unable to read system policy to set on " << dir;
113 LOG(ERROR) << "Cannot read mode";
119 LOG(ERROR) << "Invalid encryption mode string: " << modestring;
123 LOG(INFO) << "Setting policy on " << dir;
129 LOG(ERROR) << android::base::StringPrintf(

Completed in 432 milliseconds

1234567891011>>