Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 25 of 706) sorted by relevance

12345678910>>...29

/system/core/fs_mgr/libsnapshot/
Dsnapshot_stub.cpp31 LOG(ERROR) << __FUNCTION__ << " should never be called."; in BeginUpdate()
36 LOG(ERROR) << __FUNCTION__ << " should never be called."; in CancelUpdate()
41 LOG(ERROR) << __FUNCTION__ << " should never be called."; in FinishedSnapshotWrites()
46 LOG(ERROR) << __FUNCTION__ << " should never be called."; in InitiateMerge()
52 LOG(ERROR) << __FUNCTION__ << " should never be called."; in ProcessUpdateState()
57 LOG(ERROR) << __FUNCTION__ << " should never be called."; in GetUpdateState()
62 LOG(ERROR) << __FUNCTION__ << " should never be called."; in CreateUpdateSnapshots()
67 LOG(ERROR) << __FUNCTION__ << " should never be called."; in MapUpdateSnapshot()
72 LOG(ERROR) << __FUNCTION__ << " should never be called."; in UnmapUpdateSnapshot()
77 LOG(ERROR) << __FUNCTION__ << " should never be called."; in NeedSnapshotsInFirstStageMount()
[all …]
Dsnapshot.cpp145 LOG(ERROR) << "An update is already in progress, cannot begin a new update"; in BeginUpdate()
157 LOG(ERROR) << "Cannot cancel update after it has completed or started merging"; in CancelUpdate()
212 LOG(ERROR) << "Remove failed: " << path << ": " << message; in RemoveFileIfExists()
227 LOG(ERROR) << "Could not remove all snapshots"; in RemoveAllUpdateState()
262 LOG(ERROR) << "Can only transition to the Unverified state from the Initiated state."; in FinishedSnapshotWrites()
267 LOG(ERROR) << "Cannot ensure there are no overflow snapshots."; in FinishedSnapshotWrites()
288 PLOG(ERROR) << "write failed: " << boot_file; in FinishedSnapshotWrites()
300 LOG(ERROR) << "SnapshotStatus has no name."; in CreateSnapshot()
308 LOG(ERROR) << "Snapshot " << status->name() in CreateSnapshot()
314 LOG(ERROR) << "Snapshot " << status->name() in CreateSnapshot()
[all …]
/system/bt/gd/packet/parser/fields/
Dgroup_field.cc29 ERROR(this) << "GetName should never be called."; in GetName()
38 ERROR(this) << "GetSize should never be called."; in GetSize()
43 ERROR(this) << "GetType should never be called."; in GetDataType()
48 ERROR(this) << "GenExtractor should never be called."; in GenExtractor()
52 ERROR(this) << "GetGetterFunctionName should never be called."; in GetGetterFunctionName()
57 ERROR(this) << "GenGetter should never be called."; in GenGetter()
61 ERROR(this) << "GetBuilderParameterType should never be called"; in GetBuilderParameterType()
66 ERROR(this) << "HasParameterValidator should never be called"; in HasParameterValidator()
71 ERROR(this) << "Not implemented"; in GenParameterValidator()
75 ERROR(this) << "GenInserter should never be called."; in GenInserter()
[all …]
/system/core/trusty/confirmationui/
DTrustyApp.h59 ERROR = -1, enumerator
92 LOG(ERROR) << "TrustyApp not connected"; in issueCmd()
93 return {TrustyAppError::ERROR, {}}; in issueCmd()
101 LOG(ERROR) << AT << "send command failed: message formatting"; in issueCmd()
107 if (rc < 0) return {TrustyAppError::ERROR, {}}; in issueCmd()
112 LOG(ERROR) << "send command failed: message parsing"; in issueCmd()
113 return {TrustyAppError::ERROR, {}}; in issueCmd()
116 return {std::get<0>(result) ? TrustyAppError::OK : TrustyAppError::ERROR, in issueCmd()
124 LOG(ERROR) << "TrustyApp not connected"; in issueCmd()
125 return TrustyAppError::ERROR; in issueCmd()
[all …]
/system/core/fs_mgr/libfiemap/
Dfiemap_writer.cpp103 PLOG(ERROR) << "Could not read file: " << dm_name_file; in DeviceMapperStackPop()
111 LOG(ERROR) << "Could not read device-mapper table for " << dm_name << " at " << bdev; in DeviceMapperStackPop()
137 PLOG(ERROR) << "Failed to open: " << dm_leaf_dir; in DeviceMapperStackPop()
161 LOG(ERROR) << "Found " << num_leaves << " leaf block devices under device mapper device " in DeviceMapperStackPop()
174 PLOG(ERROR) << "Failed to get stat for: " << file_path; in GetBlockDeviceForFile()
180 LOG(ERROR) << "Failed to get block device name for " << major(sb.st_dev) << ":" in GetBlockDeviceForFile()
187 LOG(ERROR) << "Failed to get the bottom of the device mapper stack for device: " << bdev; in GetBlockDeviceForFile()
202 PLOG(ERROR) << "Failed to get stat for block device: " << *bdev_path; in GetBlockDeviceForFile()
207 PLOG(ERROR) << "File: " << *bdev_path << " is not a block device"; in GetBlockDeviceForFile()
217 PLOG(ERROR) << "Failed to get total size for: " << bdev_path; in GetBlockDeviceSize()
[all …]
/system/core/debuggerd/client/
Ddebuggerd_client.cpp59 PLOG(ERROR) << "libdebuggerd_client: failed to send signal to pid " << pid; in send_signal()
122 LOG(ERROR) << "libdebugged_client: failed to get process info: " << error; in debuggerd_trigger_dump()
139 LOG(ERROR) << "libdebuggerd_client: timeout expired"; in debuggerd_trigger_dump()
147 PLOG(ERROR) << "libdebuggerd_client: failed to set receive timeout"; in debuggerd_trigger_dump()
151 PLOG(ERROR) << "libdebuggerd_client: failed to set send timeout"; in debuggerd_trigger_dump()
160 PLOG(ERROR) << "libdebugger_client: failed to create socket"; in debuggerd_trigger_dump()
166 PLOG(ERROR) << "libdebuggerd_client: failed to connect to tombstoned"; in debuggerd_trigger_dump()
175 PLOG(ERROR) << "libdebugger_client: failed to set timeout"; in debuggerd_trigger_dump()
182 PLOG(ERROR) << "libdebuggerd_client: failed to create pipe"; in debuggerd_trigger_dump()
197 PLOG(ERROR) << "failed to set pipe buffer size"; in debuggerd_trigger_dump()
[all …]
/system/core/adb/libs/adbconnection/
Dadbconnection_client.cpp46 PLOG(ERROR) << "couldn't get socket credentials"; in SocketPeerIsTrusted()
52 LOG(ERROR) << "untrusted uid " << cr.uid << " on other end of socket"; in SocketPeerIsTrusted()
73 LOG(ERROR) << "multiple pid entries in AdbConnectionClientInfo, ignoring"; in adbconnection_client_new()
81 LOG(ERROR) << "multiple debuggable entries in AdbConnectionClientInfo, ignoring"; in adbconnection_client_new()
89 LOG(ERROR) << "multiple profileable entries in AdbConnectionClientInfo, ignoring"; in adbconnection_client_new()
97 LOG(ERROR) << "multiple architecture entries in AdbConnectionClientInfo, ignoring"; in adbconnection_client_new()
106 LOG(ERROR) << "AdbConnectionClientInfo missing required field pid"; in adbconnection_client_new()
111 LOG(ERROR) << "AdbConnectionClientInfo missing required field debuggable"; in adbconnection_client_new()
116 LOG(ERROR) << "AdbConnectionClientInfo missing required field profileable"; in adbconnection_client_new()
121 LOG(ERROR) << "AdbConnectionClientInfo missing required field architecture"; in adbconnection_client_new()
[all …]
/system/core/fs_mgr/libdm/
Dloop_control.cpp38 PLOG(ERROR) << "Failed to open loop-control"; in LoopControl()
47 LOG(ERROR) << "Failed to attach, no free loop devices"; in Attach()
54 LOG(ERROR) << "Timed out waiting for path: " << *loopdev; in Attach()
61 PLOG(ERROR) << "Failed to open: " << *loopdev; in Attach()
69 PLOG(ERROR) << "Failed LOOP_SET_FD"; in Attach()
75 LOG(ERROR) << "Timed out trying to acquire a loop device"; in Attach()
83 LOG(ERROR) << "Must provide a loop device"; in Detach()
89 PLOG(ERROR) << "Failed to open: " << loopdev; in Detach()
95 PLOG(ERROR) << "Failed LOOP_CLR_FD for '" << loopdev << "'"; in Detach()
104 PLOG(ERROR) << "Failed to get free loop device"; in FindFreeLoopDevice()
[all …]
/system/vold/
DMetadataCrypt.cpp97 PLOG(ERROR) << "Failed to setexeccon"; in mount_via_fs_mgr()
104 PLOG(ERROR) << "Failed to clear setexeccon"; in mount_via_fs_mgr()
108 LOG(ERROR) << "fs_mgr_do_mount failed with rc " << mount_rc; in mount_via_fs_mgr()
119 LOG(ERROR) << "Wait for boot timed out"; in commit_key()
127 LOG(ERROR) << "Failed to read old key: " << dir; in commit_key()
131 PLOG(ERROR) << "Unable to move upgraded key to location: " << keyPath; in commit_key()
135 LOG(ERROR) << "Key deletion failed during upgrade, continuing anyway: " << dir; in commit_key()
143 LOG(ERROR) << "Failed to get metadata_key_dir"; in read_key()
150 PLOG(ERROR) << "Creating directories: " << dir; in read_key()
163 LOG(ERROR) << "Failed to read incomplete key: " << dir; in read_key()
[all …]
DLoop.cpp57 PLOG(ERROR) << "Failed to open loop-control"; in create()
63 PLOG(ERROR) << "Failed LOOP_CTL_GET_FREE"; in create()
78 PLOG(ERROR) << "Failed to open " << target; in create()
82 LOG(ERROR) << "Failed to find " << out_device; in create()
87 PLOG(ERROR) << "Failed to open " << out_device; in create()
92 PLOG(ERROR) << "Failed to LOOP_SET_FD"; in create()
100 PLOG(ERROR) << "Failed to LOOP_SET_STATUS64"; in create()
112 PLOG(ERROR) << "Failed to open " << loopDevice; in destroyByDevice()
117 PLOG(ERROR) << "Failed to destroy " << loopDevice; in destroyByDevice()
132 PLOG(ERROR) << "Failed to opendir"; in destroyAll()
[all …]
DKeymaster.cpp55 LOG(ERROR) << "update failed: " << error.description(); in updateCompletely()
60 LOG(ERROR) << "update failed, code " << int32_t(km_error); in updateCompletely()
65 LOG(ERROR) << "update reported too much input consumed"; in updateCompletely()
86 LOG(ERROR) << "finish failed: " << error.description(); in finish()
90 LOG(ERROR) << "finish failed, code " << int32_t(km_error); in finish()
131 LOG(ERROR) << "generate_key failed: " << error.description(); in generateKey()
135 LOG(ERROR) << "generate_key failed, code " << int32_t(km_error); in generateKey()
152 LOG(ERROR) << "export_key failed: " << error.description(); in exportKey()
156 LOG(ERROR) << "export_key failed, code " << int32_t(km_error); in exportKey()
166 LOG(ERROR) << "delete_key failed: " << error.description(); in deleteKey()
[all …]
DAppFuseUtil.cpp38 LOG(ERROR) << "AppFuse mount name is too long."; in GetMountPath()
43 LOG(ERROR) << "AppFuse mount name contains invalid character."; in GetMountPath()
66 PLOG(ERROR) << "Failed to mount " << path; in Mount()
87 PLOG(ERROR) << "Failed to unmount directory."; in RunCommand()
91 PLOG(ERROR) << "Failed to remove the mount directory."; in RunCommand()
96 LOG(ERROR) << "Unknown appfuse command " << command; in RunCommand()
111 LOG(ERROR) << "Invalid mount point name"; in MountAppFuse()
123 PLOG(ERROR) << "Failed to prepare directory " << path; in MountAppFuse()
131 PLOG(ERROR) << "Failed to open /dev/fuse"; in MountAppFuse()
145 LOG(ERROR) << "Invalid mount point name"; in UnmountAppFuse()
[all …]
/system/vold/model/
DPrivateVolume.cpp73 PLOG(ERROR) << "Cannot remove dm device " << getId(); in doCreate()
80 LOG(ERROR) << getId() << " failed to setup metadata encryption"; in doCreate()
90 PLOG(ERROR) << "Cannot remove dm device " << getId(); in doDestroy()
98 LOG(ERROR) << getId() << " failed to read metadata"; in doMount()
106 PLOG(ERROR) << getId() << " failed to create mount point " << mPath; in doMount()
115 PLOG(ERROR) << getId() << " failed filesystem check"; in doMount()
120 PLOG(ERROR) << getId() << " failed to mount"; in doMount()
129 PLOG(ERROR) << getId() << " failed filesystem check"; in doMount()
134 PLOG(ERROR) << getId() << " failed to mount"; in doMount()
139 LOG(ERROR) << getId() << " unsupported filesystem " << mFsType; in doMount()
[all …]
/system/update_engine/
Dupdate_engine_client.cc84 LOG(ERROR) << "UpdateEngineService not available."; in OnInit()
134 LOG(ERROR) << error; in IPCError()
211 LOG(ERROR) << "Update failed, current operation is " in HandleStatusUpdate()
298 LOG(ERROR) << "Found a positional argument '" << positional_args.front() in ProcessFlags()
314 LOG(ERROR) << "ResetStatus failed"; in ProcessFlags()
323 LOG(ERROR) << "Unknown option: \"" << FLAGS_update_over_cellular in ProcessFlags()
327 LOG(ERROR) << "Error setting the update over cellular setting."; in ProcessFlags()
338 LOG(ERROR) << "Error getting the update over cellular setting."; in ProcessFlags()
352 LOG(ERROR) << "Error setting the cohort hint."; in ProcessFlags()
360 LOG(ERROR) << "Error getting the cohort hint."; in ProcessFlags()
[all …]
Dboot_control_android.cc66 LOG(ERROR) << "Error getting bootctrl HIDL module."; in Init()
108 LOG(ERROR) << "Unable to determine if slot " << SlotName(slot) in IsSlotBootable()
113 LOG(ERROR) << "Invalid slot: " << SlotName(slot); in IsSlotBootable()
123 LOG(ERROR) << "Unable to call MarkSlotUnbootable for slot " in MarkSlotUnbootable()
128 LOG(ERROR) << "Unable to mark slot " << SlotName(slot) in MarkSlotUnbootable()
138 LOG(ERROR) << "Unable to call SetActiveBootSlot for slot " << SlotName(slot) in SetActiveBootSlot()
143 LOG(ERROR) << "Unable to set the active slot to slot " << SlotName(slot) in SetActiveBootSlot()
154 LOG(ERROR) << "Unable to call MarkBootSuccessful: " << ret.description(); in MarkBootSuccessfulAsync()
158 LOG(ERROR) << "Unable to mark boot successful: " << result.errMsg.c_str(); in MarkBootSuccessfulAsync()
170 LOG(ERROR) << "Unable to determine if slot " << SlotName(slot) in IsSlotMarkedSuccessful()
[all …]
/system/core/libsuspend/
Dautosuspend_wakeup_count.cpp76 PLOG(ERROR) << "error reading from " << sys_power_wakeup_count; in suspend_thread_func()
82 LOG(ERROR) << "empty wakeup count"; in suspend_thread_func()
89 PLOG(ERROR) << "error waiting on semaphore"; in suspend_thread_func()
103 PLOG(ERROR) << "error writing to " << sys_power_wakeup_count; in suspend_thread_func()
109 PLOG(ERROR) << "error releasing semaphore"; in suspend_thread_func()
122 PLOG(ERROR) << "error opening " << sys_power_state; in init_state_fd()
143 PLOG(ERROR) << "error opening " << sys_power_wakeup_count; in autosuspend_init()
149 PLOG(ERROR) << "error creating suspend_lockout semaphore"; in autosuspend_init()
155 LOG(ERROR) << "error creating thread: " << strerror(ret); in autosuspend_init()
176 LOG(ERROR) << "autosuspend_init failed"; in autosuspend_wakeup_count_enable()
[all …]
/system/core/init/
Dfscrypt_init_extensions.cpp52 PLOG(ERROR) << "Failed to create keyring"; in FscryptInstallKeyring()
66 PLOG(ERROR) << "fts_read"; in delete_dir_contents()
77 PLOG(ERROR) << "rmdir " << cur->fts_path; in delete_dir_contents()
81 PLOG(ERROR) << "FTS unexpected type " << cur->fts_info << " at " << cur->fts_path; in delete_dir_contents()
89 PLOG(ERROR) << "unlink " << cur->fts_path; in delete_dir_contents()
96 PLOG(ERROR) << "fts_close"; in delete_dir_contents()
105 LOG(ERROR) << "Unable to read system policy with name " << ref_filename; in LookupPolicy()
112 LOG(ERROR) << "Cannot read encryption options string"; in LookupPolicy()
116 LOG(ERROR) << "Invalid encryption options string: " << options_string; in LookupPolicy()
126 LOG(ERROR) << "Setting " << ref_hex << " policy on " << dir << " failed!"; in EnsurePolicyOrLog()
[all …]
/system/update_engine/common/
Dboot_control_stub.cc34 LOG(ERROR) << __FUNCTION__ << " should never be called."; in GetCurrentSlot()
43 LOG(ERROR) << __FUNCTION__ << " should never be called."; in GetPartitionDevice()
50 LOG(ERROR) << __FUNCTION__ << " should never be called."; in GetPartitionDevice()
55 LOG(ERROR) << __FUNCTION__ << " should never be called."; in IsSlotBootable()
60 LOG(ERROR) << __FUNCTION__ << " should never be called."; in MarkSlotUnbootable()
65 LOG(ERROR) << __FUNCTION__ << " should never be called."; in SetActiveBootSlot()
76 LOG(ERROR) << __FUNCTION__ << " should never be called."; in IsSlotMarkedSuccessful()
/system/security/keystore-engine/
Dkeystore_backend_binder.cpp103 LOG(ERROR) << AT << "could not contact keystore"; in sign()
114 LOG(ERROR) << AT << "communication error while calling keystore"; in sign()
118 LOG(ERROR) << AT << "getKeyCharacteristics failed: " << error_code; in sign()
125 LOG(ERROR) << AT << "getKeyCharacteristics failed: " << km_response.response_code(); in sign()
131 LOG(ERROR) << AT << "could not get algorithm from key characteristics"; in sign()
147 LOG(ERROR) << AT << "communication error while calling keystore"; in sign()
153 LOG(ERROR) << AT << "Keystore begin returned: " << error_code; in sign()
159 LOG(ERROR) << AT << "begin failed: " << result.resultCode; in sign()
171 LOG(ERROR) << AT << "communication error while calling keystore"; in sign()
177 LOG(ERROR) << AT << "Keystore update returned: " << error_code; in sign()
[all …]
/system/gsid/
Dpartition_installer.cpp73 LOG(ERROR) << "Could not open image manager"; in PostInstallCleanup()
82 LOG(ERROR) << "unmap " << file; in PostInstallCleanup()
115 LOG(ERROR) << "unable to create image manager"; in PerformSanityChecks()
119 LOG(ERROR) << "image size " << size_ << " is negative"; in PerformSanityChecks()
123 LOG(ERROR) << "cannot install gsi inside a live gsi"; in PerformSanityChecks()
129 PLOG(ERROR) << "failed to read file system stats"; in PerformSanityChecks()
138 LOG(ERROR) << "not enough free space (only " << free_space << " bytes available)"; in PerformSanityChecks()
145 LOG(ERROR) << "free space " << static_cast<uint64_t>(free_space_percent) in PerformSanityChecks()
155 LOG(ERROR) << "failed to UnmapImageIfExists " << file; in Preallocate()
162 LOG(ERROR) << "failed to DeleteBackingImage " << file; in Preallocate()
[all …]
/system/core/libprocessgroup/setup/
Dcgroup_map_write.cpp66 PLOG(ERROR) << "Unable to decode UID for '" << uid << "'"; in ChangeDirModeAndOwner()
76 PLOG(ERROR) << "Unable to decode GID for '" << gid << "'"; in ChangeDirModeAndOwner()
86 PLOG(ERROR) << "opendir failed for " << path; in ChangeDirModeAndOwner()
99 PLOG(ERROR) << "lchown() failed for " << file_path; in ChangeDirModeAndOwner()
105 PLOG(ERROR) << "fchmodat() failed for " << path; in ChangeDirModeAndOwner()
126 PLOG(ERROR) << "mkdir() failed for " << path; in Mkdir()
138 PLOG(ERROR) << "change of ownership or mode failed for " << path; in Mkdir()
180 PLOG(ERROR) << "Failed to read task profiles from " << file_name; in ReadDescriptorsFromFile()
187 LOG(ERROR) << "Failed to parse cgroups description: " << reader.getFormattedErrorMessages(); in ReadDescriptorsFromFile()
242 LOG(ERROR) << "Failed to create directory for " << controller->name() << " cgroup"; in SetupCgroup()
[all …]
/system/connectivity/wificond/net/
Dnetlink_utils.cpp124 LOG(ERROR) << "NL80211_CMD_GET_WIPHY dump failed"; in GetWiphyIndex()
133 LOG(ERROR) << "Receive ERROR message: " in GetWiphyIndex()
138 LOG(ERROR) << "Wrong message type for new interface message: " in GetWiphyIndex()
143 LOG(ERROR) << "Wrong command in response to " in GetWiphyIndex()
149 LOG(ERROR) << "Failed to get wiphy index from reply message"; in GetWiphyIndex()
173 LOG(ERROR) << "NL80211_CMD_GET_INTERFACE dump failed"; in GetInterfaces()
177 LOG(ERROR) << "No interface is found"; in GetInterfaces()
182 LOG(ERROR) << "Receive ERROR message: " in GetInterfaces()
187 LOG(ERROR) << "Wrong message type for new interface message: " in GetInterfaces()
192 LOG(ERROR) << "Wrong command in response to " in GetInterfaces()
[all …]
Dnetlink_manager.cpp74 LOG(ERROR) << "Unknown bandwidth type: " << bandwidth; in getBandwidthType()
99 LOG(ERROR) << "Failed to read packet from buffer"; in ReceivePacketAndRunHandler()
110 LOG(ERROR) << "payload is broken."; in ReceivePacketAndRunHandler()
118 LOG(ERROR) << "Receive invalid packet"; in ReceivePacketAndRunHandler()
147 LOG(ERROR) << "Get message overrun notification"; in ReceivePacketAndRunHandler()
172 LOG(ERROR) << "Wrong message type for new family message"; in OnNewFamily()
176 LOG(ERROR) << "Wrong command for new family message"; in OnNewFamily()
181 LOG(ERROR) << "Failed to get family id"; in OnNewFamily()
186 LOG(ERROR) << "Failed to get family name"; in OnNewFamily()
205 LOG(ERROR) << "Failed to get group name"; in OnNewFamily()
[all …]
/system/bt/service/
Dsettings.cc42 LOG(ERROR) << "Invalid IPC create socket path"; in Init()
52 LOG(ERROR) << "Invalid Android socket suffix"; in Init()
63 LOG(ERROR) << "Invalid value for " << switches::kEnableOnStart << ": " in Init()
71 LOG(ERROR) << "Unexpected command-line switches found: " << iter.first; in Init()
78 LOG(ERROR) << "Too many IPC methods provided"; in Init()
84 LOG(ERROR) << "Unexpected command-line arguments found"; in Init()
/system/extras/libperfmgr/
DHintManager.cc37 LOG(ERROR) << "NodeLooperThread not present"; in ValidateHint()
41 LOG(ERROR) << "PowerHint type not present in actions: " << hint_type; in ValidateHint()
95 LOG(ERROR) << "Failed to dump fd: " << fd; in DumpToFd()
100 LOG(ERROR) << "Failed to dump fd: " << fd; in DumpToFd()
110 LOG(ERROR) << "Failed to read JSON config from " << config_path; in GetFromJSON()
116 LOG(ERROR) << "Failed to parse Nodes section from " << config_path; in GetFromJSON()
123 LOG(ERROR) << "Failed to parse Actions section from " << config_path; in GetFromJSON()
145 LOG(ERROR) << "Failed to parse JSON config"; in ParseNodes()
154 LOG(ERROR) << "Failed to read " in ParseNodes()
162 LOG(ERROR) << "Duplicate Node[" << i << "]'s Name"; in ParseNodes()
[all …]

12345678910>>...29