Home
last modified time | relevance | path

Searched refs:ALOGE (Results 1 – 25 of 117) sorted by relevance

12345

/system/core/libdiskconfig/
Ddiskconfig.c49 ALOGE("Invalid disk length specified."); in parse_len()
68 ALOGE("Invalid length specified: %s", str); in parse_len()
74 ALOGE("Size modifier illegal when len is -1"); in parse_len()
84 ALOGE("Length specified is too large!: %"PRIu64" KB", *plen); in parse_len()
112 ALOGE("Partition type required: %s", pinfo->name); in load_partitions()
122 ALOGE("Unsupported partition type found: %s", tmp); in load_partitions()
150 ALOGE("Could not malloc disk_info"); in load_diskconfig()
156 ALOGE("Could not malloc part_lst"); in load_diskconfig()
164 ALOGE("Could not read config file %s", fn); in load_diskconfig()
169 ALOGE("Could not find device section in config file '%s'", fn); in load_diskconfig()
[all …]
Ddiskutils.c46 ALOGE("Could not open %s for reading (errno=%d).", src, errno); in write_raw_image()
52 ALOGE("Could not open '%s' for read/write (errno=%d).", dst, errno); in write_raw_image()
57 ALOGE("Could not seek to offset %lld in %s.", (long long)offset, dst); in write_raw_image()
67 ALOGE("Error (%d) while reading from '%s'", errno, src); in write_raw_image()
88 ALOGE("Error (%d) while writing to '%s'", errno, dst); in write_raw_image()
98 ALOGE("Exited read/write loop without setting flag! WTF?!"); in write_raw_image()
Dconfig_mbr.c65 ALOGE("Error converting kb -> lba. 32bit overflow, expect weirdness"); in kb_to_lba()
78 ALOGE("Maximum number of primary partition exceeded."); in mk_pri_pentry()
83 ALOGE("Unable to allocate memory for partition entry."); in mk_pri_pentry()
149 ALOGE("Unable to allocate memory for EBR."); in mk_ext_pentry()
166 ALOGE("Only the last partition can be specified to fill the disk " in mk_ext_pentry()
216 ALOGE("Unable to allocate memory for MBR signature."); in mk_mbr_sig()
256 ALOGE("Cannot create primary extended partition."); in config_mbr()
282 ALOGE("Cannot create partition %d (%s).", cnt, pinfo->name); in config_mbr()
293 ALOGE("Cannot create blank partition %d.", cnt); in config_mbr()
302 ALOGE("Cannot set MBR signature"); in config_mbr()
[all …]
/system/core/libcutils/
Dfs.c49 ALOGE("Failed to lstat(%s): %s", path, strerror(errno)); in fs_prepare_path_impl()
57 ALOGE("Not a %s: %s", (prepare_as_dir ? "directory" : "regular file"), path); in fs_prepare_path_impl()
69 ALOGE("Expected path %s with owner %d:%d but found %d:%d", in fs_prepare_path_impl()
85 ALOGE("Failed to %s(%s): %s", in fs_prepare_path_impl()
97 ALOGE("Failed to chmod(%s, %d): %s", path, mode, strerror(errno)); in fs_prepare_path_impl()
101 ALOGE("Failed to chown(%s, %d, %d): %s", path, uid, gid, strerror(errno)); in fs_prepare_path_impl()
123 ALOGE("Failed to read %s: %s", path, strerror(errno)); in fs_read_atomic_int()
129 ALOGE("Failed to read %s: %s", path, strerror(errno)); in fs_read_atomic_int()
133 ALOGE("Failed to parse %s: %s", path, strerror(errno)); in fs_read_atomic_int()
148 ALOGE("Path too long"); in fs_write_atomic_int()
[all …]
/system/core/debuggerd/
Ddebuggerd.cpp146 ALOGE("No debuggerd request audit data"); in audit_callback()
162 ALOGE("SELinux: No permission defined for debugger action %d", request->action); in selinux_action_allowed()
169 ALOGE("Cannot get peer context from socket\n"); in selinux_action_allowed()
174 ALOGE("Cannot get context for tid %d\n", request->tid); in selinux_action_allowed()
191 ALOGE("cannot get credentials"); in read_request()
204 ALOGE("timed out reading tid (from pid=%d uid=%d)\n", cr.pid, cr.uid); in read_request()
212 ALOGE("read failure? %s (pid=%d uid=%d)\n", strerror(errno), cr.pid, cr.uid); in read_request()
216 ALOGE("invalid crash request of size %d (from pid=%d uid=%d)\n", status, cr.pid, cr.uid); in read_request()
234 ALOGE("tid %d does not exist in pid %d. ignoring debug request\n", in read_request()
245 ALOGE("tid %d does not exist. ignoring explicit dump request\n", out_request->tid); in read_request()
[all …]
Dsignal_sender.cpp56 ALOGE("debuggerd: unexpected progname %s", progname); in set_signal_sender_process_name()
67 ALOGE("debuggerd: attempted to start signal sender multiple times"); in start_signal_sender()
73 ALOGE("debuggerd: failed to create socketpair for signal sender: %s", strerror(errno)); in start_signal_sender()
80 ALOGE("debuggerd: failed to initialize signal sender: fork failed: %s", strerror(errno)); in start_signal_sender()
91 ALOGE("debuggerd: signal sender failed to read from socket"); in start_signal_sender()
94 ALOGE("debuggerd: signal sender read unexpected number of bytes: %d", rc); in start_signal_sender()
111 ALOGE("debuggerd: signal sender failed to write: %s", strerror(errno)); in start_signal_sender()
134 ALOGE("debuggerd: failed to kill signal sender: %s", strerror(errno)); in stop_signal_sender()
150 ALOGE("debuggerd: attempted to send signal before signal sender was started"); in send_signal()
157 ALOGE("debuggerd: failed to send message to signal sender: %s", strerror(errno)); in send_signal()
[all …]
/system/netd/server/
DSoftapController.cpp63 ALOGE("SoftAP is already running"); in startSoftap()
68 ALOGE("Wi-Fi entropy file was not created"); in startSoftap()
72 ALOGE("fork failed (%s)", strerror(errno)); in startSoftap()
81 ALOGE("execl failed (%s)", strerror(errno)); in startSoftap()
83 ALOGE("SoftAP failed to start"); in startSoftap()
96 ALOGE("SoftAP is not running"); in stopSoftap()
128 ALOGE("Softap set is missing arguments. Please use:"); in setSoftap()
129ALOGE("softap <wlan iface> <SSID> <hidden/broadcast> <channel> <wpa2?-psk|open> <passphrase>"); in setSoftap()
178 ALOGE("Cannot write to \"%s\": %s", HOSTAPD_CONF_FILE, strerror(errno)); in setSoftap()
194 ALOGE("SoftAP fwreload is missing arguments. Please use: softap <wlan iface> <AP|P2P|STA>"); in fwReloadSoftap()
[all …]
DNetlinkManager.cpp80 ALOGE("Unable to create netlink socket: %s", strerror(errno)); in setupSocket()
85 ALOGE("Unable to set uevent socket SO_RCVBUFFORCE option: %s", strerror(errno)); in setupSocket()
97 ALOGE("Unable to bind netlink socket: %s", strerror(errno)); in setupSocket()
104 ALOGE("Failed NFULNL_CFG_CMD_PF_UNBIND: %s", strerror(errno)); in setupSocket()
108 ALOGE("Failed NFULNL_CFG_CMD_PF_BIND: %s", strerror(errno)); in setupSocket()
112 ALOGE("Failed NFULNL_CFG_CMD_BIND: %s", strerror(errno)); in setupSocket()
119 ALOGE("Unable to start NetlinkHandler: %s", strerror(errno)); in setupSocket()
145 ALOGE("Unable to open quota socket"); in start()
151 ALOGE("Unable to open strict socket"); in start()
162 ALOGE("Unable to stop uevent NetlinkHandler: %s", strerror(errno)); in stop()
[all …]
Dmain.cpp74 ALOGE("Unable to create NetlinkManager"); in main()
83 ALOGE("Unable to start NetlinkManager (%s)", strerror(errno)); in main()
92 ALOGE("Unable to start DnsProxyListener (%s)", strerror(errno)); in main()
98 ALOGE("Unable to start MDnsSdListener (%s)", strerror(errno)); in main()
104 ALOGE("Unable to start FwmarkServer (%s)", strerror(errno)); in main()
110 ALOGE("Unable to start NetdNativeService: %d", ret); in main()
119 ALOGE("Unable to start CommandListener (%s)", strerror(errno)); in main()
140 ALOGE("Unable to create pid file (%s)", strerror(errno)); in write_pid_file()
146 ALOGE("failed to set mode 0%o on %s (%s)", PID_FILE_MODE, PID_FILE_PATH, strerror(errno)); in write_pid_file()
153 ALOGE("Unable to write to pid file (%s)", strerror(errno)); in write_pid_file()
DNetworkController.cpp99 ALOGE("failed to add fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough()
107 ALOGE("failed to remove fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough()
159 ALOGE("no such netId %u", netId); in setDefaultNetwork()
163 ALOGE("cannot set default to non-physical network with netId %u", netId); in setDefaultNetwork()
174 ALOGE("cannot find previously set default network with netId %u", mDefaultNetId); in setDefaultNetwork()
317 ALOGE("invalid netId %u", netId); in createPhysicalNetwork()
322 ALOGE("duplicate netId %u", netId); in createPhysicalNetwork()
328 ALOGE("inconceivable! setPermission cannot fail on an empty network"); in createPhysicalNetwork()
340 ALOGE("invalid netId %u", netId); in createVirtualNetwork()
345 ALOGE("duplicate netId %u", netId); in createVirtualNetwork()
[all …]
DPppController.cpp57 ALOGE("Multiple PPPD instances not currently supported"); in attachPppd()
69 ALOGE("Invalid tty '%s' specified", tty); in attachPppd()
75 ALOGE("fork failed (%s)", strerror(errno)); in attachPppd()
97 ALOGE("execl failed (%s)", strerror(errno)); in attachPppd()
102 ALOGE("Should never get here!"); in attachPppd()
113 ALOGE("PPPD already stopped"); in detachPppd()
140 ALOGE("Error opening /sys/class/tty (%s)", strerror(errno)); in updateTtyList()
DBandwidthController.cpp244 ALOGE("iptables command too long"); in runIptablesCmd()
252 ALOGE("iptables argument overflow"); in runIptablesCmd()
262 ALOGE("runIptablesCmd(): res=%d status=%d failed %s", res, status, in runIptablesCmd()
340 ALOGE("Append op not supported for %s uids", chain); in makeIptablesSpecialAppCmd()
403 ALOGE("Unexpected app Op %d", appOp); in manipulateSpecialApps()
411 ALOGE(failLogTemplate, appStrUids[uidNum], appUids[uidNum], chain); in manipulateSpecialApps()
421 ALOGE(failLogTemplate, appStrUids[uidNum], uid, chain); in manipulateSpecialApps()
497 ALOGE("Unexpected quotatype %d", quotaType); in prepCostlyIface()
542 ALOGE("Unexpected quotatype %d", quotaType); in cleanupCostlyIface()
574 ALOGE("Invalid bytes value. 1..max_int64."); in setInterfaceSharedQuota()
[all …]
DTetherController.cpp50 ALOGE("Failed to open %s: %s", filename, strerror(errno)); in writeToFile()
56 ALOGE("Failed to write %s to %s: %s", value, filename, strerror(errno)); in writeToFile()
128 ALOGE("Tethering already started"); in startTethering()
139 ALOGE("pipe failed (%s)", strerror(errno)); in startTethering()
148 ALOGE("fork failed (%s)", strerror(errno)); in startTethering()
158 ALOGE("dup2 failed (%s)", strerror(errno)); in startTethering()
184 ALOGE("execl failed (%s)", strerror(errno)); in startTethering()
186 ALOGE("Should never get here!"); in startTethering()
202 ALOGE("Tethering already stopped"); in stopTethering()
244 ALOGE("Failed to parse DNS server '%s'", servers[i]); in setDnsForwarders()
[all …]
DClatdController.cpp55 ALOGE("clatd pid=%d already started on %s", pid, interface); in startClatd()
63 ALOGE("interface %s not assigned to any netId", interface); in startClatd()
86 ALOGE("fork failed (%s)", strerror(errno)); in startClatd()
103 ALOGE("execv failed (%s)", strerror(errno)); in startClatd()
106 ALOGE("Should never get here!"); in startClatd()
120 ALOGE("clatd already stopped"); in stopClatd()
/system/core/libsuspend/
Dautosuspend_wakeup_count.c60 ALOGE("Error reading from %s: %s\n", SYS_POWER_WAKEUP_COUNT, buf); in suspend_thread_func()
65 ALOGE("Empty wakeup count\n"); in suspend_thread_func()
73 ALOGE("Error waiting on semaphore: %s\n", buf); in suspend_thread_func()
82 ALOGE("Error writing to %s: %s\n", SYS_POWER_WAKEUP_COUNT, buf); in suspend_thread_func()
99 ALOGE("Error releasing semaphore: %s\n", buf); in suspend_thread_func()
116 ALOGE("Error changing semaphore: %s\n", buf); in autosuspend_wakeup_count_enable()
135 ALOGE("Error changing semaphore: %s\n", buf); in autosuspend_wakeup_count_disable()
146 ALOGE("Duplicate wakeup callback applied, keeping original"); in set_wakeup_callback()
165 ALOGE("Error opening %s: %s\n", SYS_POWER_STATE, buf); in autosuspend_wakeup_count_init()
172 ALOGE("Error opening %s: %s\n", SYS_POWER_WAKEUP_COUNT, buf); in autosuspend_wakeup_count_init()
[all …]
/system/security/keystore/
Dkeystore_main.cpp68 ALOGE("Error opening keystore keymaster0 device."); in keymaster0_device_initialize()
85 ALOGE("Got error %d from SetHardwareDevice", error); in keymaster0_device_initialize()
111 ALOGE("Error %d opening keystore keymaster1 device", rc); in keymaster1_device_initialize()
119 ALOGE("Got error %d from SetHardwareDevice", error); in keymaster1_device_initialize()
144 ALOGE("Error %d opening keystore keymaster2 device", rc); in keymaster2_device_initialize()
194 ALOGE("A directory must be specified!"); in main()
198 ALOGE("chdir: %s: %s", argv[1], strerror(errno)); in main()
209 ALOGE("keystore keymaster could not be initialized; exiting"); in main()
215 ALOGE("software keymaster could not be initialized; exiting"); in main()
220 ALOGE("Keymaster devices could not be configured; exiting"); in main()
[all …]
/system/core/fingerprintd/
DFingerprintDaemonProxy.cpp48 ALOGE("Invalid callback object"); in hal_notify_callback()
102 ALOGE("invalid msg type: %d", msg->type); in hal_notify_callback()
116 ALOGE("Falure sending auth token to KeyStore: %d", ret); in notifyKeystore()
119 ALOGE("Unable to communicate with KeyStore"); in notifyKeystore()
183 ALOGE("Bad path length: %zd", pathlen); in setActiveGroup()
199 ALOGE("Can't open fingerprint HW Module, error: %d", err); in openHal()
203 ALOGE("No valid fingerprint module"); in openHal()
210 ALOGE("No valid open method"); in openHal()
217 ALOGE("Can't open fingerprint methods, error: %d", err); in openHal()
222 ALOGE("Wrong fp version. Expected %d, got %d", kVersion, device->version); in openHal()
[all …]
/system/core/libmemunreachable/
DLeakPipe.h108 ALOGE("failed to send value: %s", strerror(errno)); in Send()
111 ALOGE("eof while writing value"); in Send()
127 ALOGE("failed to send vector: %s", strerror(errno)); in SendVector()
130 ALOGE("eof while writing vector"); in SendVector()
146 ALOGE("failed to receive value: %s", strerror(errno)); in Receive()
149 ALOGE("eof while receiving value"); in Receive()
169 ALOGE("failed to send vector: %s", strerror(errno)); in ReceiveVector()
172 ALOGE("eof while reading vector"); in ReceiveVector()
DLeakPipe.cpp47 ALOGE("failed to send fd: %s", strerror(errno)); in SendFd()
51 ALOGE("eof when sending fd"); in SendFd()
74 ALOGE("failed to receive fd: %s", strerror(errno)); in ReceiveFd()
78 ALOGE("eof when receiving fd"); in ReceiveFd()
84 ALOGE("missing fd while receiving fd"); in ReceiveFd()
/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper_ipc.c45 ALOGE("not connected\n"); in trusty_gatekeeper_call()
58 ALOGE("failed to send cmd (%d) to %s: %s\n", cmd, in trusty_gatekeeper_call()
65 ALOGE("failed to retrieve response for cmd (%d) to %s: %s\n", in trusty_gatekeeper_call()
71 ALOGE("invalid response size (%d)\n", (int) rc); in trusty_gatekeeper_call()
78 ALOGE("invalid command (%d)\n", msg->cmd); in trusty_gatekeeper_call()
/system/core/lmkd/
Dlmkd.c225 ALOGE("Error opening %s; errno=%d", path, errno); in writefilestring()
231 ALOGE("Error writing %s; errno=%d", path, errno); in writefilestring()
233 ALOGE("Short write on %s; length=%d", path, ret); in writefilestring()
245 ALOGE("Invalid PROCPRIO oomadj argument %d", oomadj); in cmd_procprio()
335 ALOGE("control data socket read failed; errno=%d", errno); in ctrl_data_read()
337 ALOGE("Got EOF on control data socket"); in ctrl_data_read()
379 ALOGE("Received unknown command code %d", cmd); in ctrl_command_handler()
386 ALOGE("Wrong control socket read length cmd=%d len=%d", cmd, len); in ctrl_command_handler()
414 ALOGE("lmkd control socket accept failed; errno=%d", errno); in ctrl_connect_handler()
423 ALOGE("epoll_ctl for data connection socket failed; errno=%d", errno); in ctrl_connect_handler()
[all …]
/system/extras/ANRdaemon/
DANRdaemon.cpp143 ALOGE("Error in getting cpu status. Skipping this check."); in get_cpu_stat()
254 ALOGE("Failed to start tracing."); in start_tracing()
265 ALOGE("Failed to stop tracing."); in start_tracing()
334 ALOGE("Can't stop logging after 5 attempts. Dump aborted."); in dump_trace()
364 ALOGE("Failed to create %s. Dump aborted.", path_buf); in dump_trace()
369 ALOGE("Failed to write the header."); in dump_trace()
376 ALOGE("Failed to open %s. Dump aborted.", dfs_trace_output_path); in dump_trace()
388 ALOGE("error initializing zlib: %d\n", result); in dump_trace()
406 ALOGE("error reading trace: %s", strerror(errno)); in dump_trace()
420 ALOGE("error writing deflated trace: %s", strerror(errno)); in dump_trace()
[all …]
/system/security/keystore-engine/
Deng_keystore.cpp115 ALOGE("could not contact keystore"); in keystore_loadkey()
154 ALOGE("Unsupported key type %d", EVP_PKEY_type(pkey->type)); in keystore_loadkey()
174 ALOGE("Could not set up keystore engine"); in keystore_engine_setup()
181 ALOGE("Could not set up ex_data index"); in keystore_engine_setup()
186 ALOGE("DSA registration failed"); in keystore_engine_setup()
189 ALOGE("ECDSA registration failed"); in keystore_engine_setup()
192 ALOGE("RSA registration failed"); in keystore_engine_setup()
Drsa_meth.cpp51 ALOGE("could not allocate padded signature"); in keystore_rsa_priv_enc()
72 ALOGE("Unknown padding type: %d", padding); in keystore_rsa_priv_enc()
78 ALOGE("key had no key_id!"); in keystore_rsa_priv_enc()
87 ALOGE("could not contact keystore"); in keystore_rsa_priv_enc()
122 ALOGE("key had no key_id!"); in keystore_rsa_priv_dec()
131 ALOGE("could not contact keystore"); in keystore_rsa_priv_dec()
173 ALOGE("Unknown padding type: %d", padding); in keystore_rsa_priv_dec()
237 ALOGE("Could not set up keystore RSA methods"); in rsa_register()
/system/core/libutils/
DPropertyMap.cpp124 ALOGE("Error %d opening property file %s.", status, filename.string()); in load()
128 ALOGE("Error allocating property map."); in load()
175 ALOGE("%s: Expected non-empty property key.", mTokenizer->getLocation().string()); in parse()
182 ALOGE("%s: Expected '=' between property key and value.", in parse()
191 ALOGE("%s: Found reserved character '\\' or '\"' in property value.", in parse()
198 ALOGE("%s: Expected end of line, got '%s'.", in parse()
205 ALOGE("%s: Duplicate property value for key '%s'.", in parse()

12345