Home
last modified time | relevance | path

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

123

/system/core/libcutils/
Dfs.c47 ALOGE("Failed to lstat(%s): %s", path, strerror(errno)); in fs_prepare_dir()
54 ALOGE("Not a directory: %s", path); in fs_prepare_dir()
66 ALOGE("Failed to mkdir(%s): %s", path, strerror(errno)); in fs_prepare_dir()
73 ALOGE("Failed to chmod(%s, %d): %s", path, mode, strerror(errno)); in fs_prepare_dir()
77 ALOGE("Failed to chown(%s, %d, %d): %s", path, uid, gid, strerror(errno)); in fs_prepare_dir()
87 ALOGE("Failed to read %s: %s", path, strerror(errno)); in fs_read_atomic_int()
93 ALOGE("Failed to read %s: %s", path, strerror(errno)); in fs_read_atomic_int()
97 ALOGE("Failed to parse %s: %s", path, strerror(errno)); in fs_read_atomic_int()
112 ALOGE("Path too long"); in fs_write_atomic_int()
118 ALOGE("Failed to open %s: %s", temp, strerror(errno)); in fs_write_atomic_int()
[all …]
Dtrace.c106 ALOGE("Error reading cmdline: %s (%d)", strerror(errno), errno); in atrace_is_app_tracing_enabled()
110 ALOGE("Error opening /proc/self/cmdline: %s (%d)", strerror(errno), in atrace_is_app_tracing_enabled()
129 ALOGE("Error parsing trace property: Not a number: %s", value); in atrace_get_property()
132 ALOGE("Error parsing trace property: Number too large: %s", value); in atrace_get_property()
171 ALOGE("Error opening trace file: %s (%d)", strerror(errno), errno); in atrace_init_once()
/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/libsuspend/
Dautosuspend_wakeup_count.c57 ALOGE("Error reading from %s: %s\n", SYS_POWER_WAKEUP_COUNT, buf); in suspend_thread_func()
62 ALOGE("Empty wakeup count\n"); in suspend_thread_func()
70 ALOGE("Error waiting on semaphore: %s\n", buf); in suspend_thread_func()
78 ALOGE("Error writing to %s: %s\n", SYS_POWER_WAKEUP_COUNT, buf); in suspend_thread_func()
84 ALOGE("Error writing to %s: %s\n", SYS_POWER_STATE, buf); in suspend_thread_func()
97 ALOGE("Error releasing semaphore: %s\n", buf); in suspend_thread_func()
114 ALOGE("Error changing semaphore: %s\n", buf); in autosuspend_wakeup_count_enable()
133 ALOGE("Error changing semaphore: %s\n", buf); in autosuspend_wakeup_count_disable()
144 ALOGE("Duplicate wakeup callback applied, keeping original"); in set_wakeup_callback()
163 ALOGE("Error opening %s: %s\n", SYS_POWER_STATE, buf); in autosuspend_wakeup_count_init()
[all …]
Dautosuspend_autosleep.c46 ALOGE("Error writing to %s: %s\n", SYS_POWER_AUTOSLEEP, buf); in autosuspend_autosleep_enable()
68 ALOGE("Error writing to %s: %s\n", SYS_POWER_AUTOSLEEP, buf); in autosuspend_autosleep_disable()
93 ALOGE("Error opening %s: %s\n", SYS_POWER_AUTOSLEEP, buf); in autosuspend_autosleep_init()
/system/netd/server/
DSoftapController.cpp58 ALOGE("SoftAP is already running"); in startSoftap()
63 ALOGE("Wi-Fi entropy file was not created"); in startSoftap()
67 ALOGE("fork failed (%s)", strerror(errno)); in startSoftap()
76 ALOGE("execl failed (%s)", strerror(errno)); in startSoftap()
78 ALOGE("SoftAP failed to start"); in startSoftap()
91 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()
167 ALOGE("Cannot update \"%s\": %s", HOSTAPD_CONF_FILE, strerror(errno)); in setSoftap()
173 ALOGE("Cannot write to \"%s\": %s", HOSTAPD_CONF_FILE, strerror(errno)); in setSoftap()
[all …]
Dmain.cpp61 ALOGE("Unable to create NetlinkManager"); in main()
69 ALOGE("Unable to start NetlinkManager (%s)", strerror(errno)); in main()
78 ALOGE("Unable to start DnsProxyListener (%s)", strerror(errno)); in main()
84 ALOGE("Unable to start MDnsSdListener (%s)", strerror(errno)); in main()
90 ALOGE("Unable to start FwmarkServer (%s)", strerror(errno)); in main()
98 ALOGE("Unable to start CommandListener (%s)", strerror(errno)); in main()
122 ALOGE("Unable to create pid file (%s)", strerror(errno)); in write_pid_file()
128 ALOGE("failed to set mode 0%o on %s (%s)", PID_FILE_MODE, PID_FILE_PATH, strerror(errno)); in write_pid_file()
135 ALOGE("Unable to write to pid file (%s)", strerror(errno)); in write_pid_file()
DNetlinkManager.cpp66 ALOGE("Unable to create netlink socket: %s", strerror(errno)); in setupSocket()
71 ALOGE("Unable to set uevent socket SO_RCVBUFFORCE option: %s", strerror(errno)); in setupSocket()
83 ALOGE("Unable to bind netlink socket: %s", strerror(errno)); in setupSocket()
90 ALOGE("Unable to start NetlinkHandler: %s", strerror(errno)); in setupSocket()
116 ALOGE("Unable to open quota2 logging socket"); in start()
127 ALOGE("Unable to stop uevent NetlinkHandler: %s", strerror(errno)); in stop()
138 ALOGE("Unable to stop route NetlinkHandler: %s", strerror(errno)); in stop()
150 ALOGE("Unable to stop quota NetlinkHandler: %s", strerror(errno)); in stop()
DTetherController.cpp71 ALOGE("Failed to open ip_forward (%s)", strerror(errno)); in setIpFwdEnabled()
76 ALOGE("Failed to write ip_forward (%s)", strerror(errno)); in setIpFwdEnabled()
88 ALOGE("Failed to open ip_forward (%s)", strerror(errno)); in getIpFwdEnabled()
94 ALOGE("Failed to read ip_forward (%s)", strerror(errno)); in getIpFwdEnabled()
107 ALOGE("Tethering already started"); in startTethering()
118 ALOGE("pipe failed (%s)", strerror(errno)); in startTethering()
127 ALOGE("fork failed (%s)", strerror(errno)); in startTethering()
137 ALOGE("dup2 failed (%s)", strerror(errno)); in startTethering()
164 ALOGE("execl failed (%s)", strerror(errno)); in startTethering()
166 ALOGE("Should never get here!"); in startTethering()
[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()
95 ALOGE("execl failed (%s)", strerror(errno)); in attachPppd()
97 ALOGE("Should never get here!"); in attachPppd()
108 ALOGE("PPPD already stopped"); in detachPppd()
135 ALOGE("Error opening /sys/class/tty (%s)", strerror(errno)); in updateTtyList()
DNetworkController.cpp94 ALOGE("failed to add fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough()
102 ALOGE("failed to remove fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough()
152 ALOGE("no such netId %u", netId); in setDefaultNetwork()
156 ALOGE("cannot set default to non-physical network with netId %u", netId); in setDefaultNetwork()
167 ALOGE("cannot find previously set default network with netId %u", mDefaultNetId); in setDefaultNetwork()
256 ALOGE("invalid netId %u", netId); in createPhysicalNetwork()
261 ALOGE("duplicate netId %u", netId); in createPhysicalNetwork()
267 ALOGE("inconceivable! setPermission cannot fail on an empty network"); in createPhysicalNetwork()
279 ALOGE("invalid netId %u", netId); in createVirtualNetwork()
284 ALOGE("duplicate netId %u", netId); in createVirtualNetwork()
[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()
DBandwidthController.cpp206 ALOGE("iptables command too long"); in runIptablesCmd()
214 ALOGE("iptables argument overflow"); in runIptablesCmd()
224 ALOGE("runIptablesCmd(): res=%d status=%d failed %s", res, status, in runIptablesCmd()
313 ALOGE("Append op not supported for %s uids", chain); in makeIptablesSpecialAppCmd()
425 ALOGE("Unexpected app Op %d", appOp); in manipulateSpecialApps()
433 ALOGE(failLogTemplate, appStrUids[uidNum], appUids[uidNum], chain); in manipulateSpecialApps()
448 ALOGE("No such appUid %d to remove", uid); in manipulateSpecialApps()
454 ALOGE("appUid %d exists already", uid); in manipulateSpecialApps()
462 ALOGE(failLogTemplate, appStrUids[uidNum], uid, chain); in manipulateSpecialApps()
538 ALOGE("Unexpected quotatype %d", quotaType); in prepCostlyIface()
[all …]
DVirtualNetwork.cpp47 ALOGE("failed to add users on interface %s of netId %u", interface.c_str(), mNetId); in addUsers()
59 ALOGE("failed to remove users on interface %s of netId %u", interface.c_str(), mNetId); in removeUsers()
77 ALOGE("failed to add interface %s to VPN netId %u", interface.c_str(), mNetId); in addInterface()
90 ALOGE("failed to remove interface %s from VPN netId %u", interface.c_str(), mNetId); in removeInterface()
DPhysicalNetwork.cpp29 ALOGE("failed to add interface %s to default netId %u", interface.c_str(), netId); in addToDefault()
43 ALOGE("failed to remove interface %s from default netId %u", interface.c_str(), netId); in removeFromDefault()
75 ALOGE("failed to change permission on interface %s of netId %u from %x to %x", in setPermission()
130 ALOGE("failed to add interface %s to netId %u", interface.c_str(), mNetId); in addInterface()
157 ALOGE("failed to remove interface %s from netId %u", interface.c_str(), mNetId); in removeInterface()
/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/lmkd/
Dlmkd.c238 ALOGE("Error opening %s; errno=%d", path, errno); in writefilestring()
244 ALOGE("Error writing %s; errno=%d", path, errno); in writefilestring()
246 ALOGE("Short write on %s; length=%d", path, ret); in writefilestring()
258 ALOGE("Invalid PROCPRIO oomadj argument %d", oomadj); in cmd_procprio()
348 ALOGE("control data socket read failed; errno=%d", errno); in ctrl_data_read()
350 ALOGE("Got EOF on control data socket"); in ctrl_data_read()
392 ALOGE("Received unknown command code %d", cmd); in ctrl_command_handler()
399 ALOGE("Wrong control socket read length cmd=%d len=%d", cmd, len); in ctrl_command_handler()
426 ALOGE("lmkd control socket accept failed; errno=%d", errno); in ctrl_connect_handler()
435 ALOGE("epoll_ctl for data connection socket failed; errno=%d", errno); in ctrl_connect_handler()
[all …]
/system/core/debuggerd/
Ddebuggerd.cpp64 ALOGE("readlink('%s') failed: %s", path, strerror(errno)); in wait_for_user_action()
132 ALOGE("cannot get credentials"); in read_request()
145 ALOGE("timed out reading tid (from pid=%d uid=%d)\n", cr.pid, cr.uid); in read_request()
153 ALOGE("read failure? %s (pid=%d uid=%d)\n", strerror(errno), cr.pid, cr.uid); in read_request()
157 ALOGE("invalid crash request of size %d (from pid=%d uid=%d)\n", status, cr.pid, cr.uid); in read_request()
175 ALOGE("tid %d does not exist in pid %d. ignoring debug request\n", in read_request()
186 ALOGE("tid %d does not exist. ignoring explicit dump request\n", out_request->tid); in read_request()
227 ALOGE("ptrace attach failed: %s\n", strerror(errno)); in handle_request()
233 ALOGE("failed responding to client: %s\n", strerror(errno)); in handle_request()
266 ALOGE("ptrace continue failed: %s\n", strerror(errno)); in handle_request()
[all …]
Dutility.cpp40 ALOGE("AM write failure (%d / %s)\n", errno, strerror(errno)); in write_to_am()
100 ALOGE("waitpid failed: tid %d, %s", tid, strerror(errno)); in wait_for_sigstop()
106 ALOGE("unexpected waitpid response: n=%d, status=%08x\n", n, status); in wait_for_sigstop()
115 ALOGE("timed out waiting for stop signal: tid=%d", tid); in wait_for_sigstop()
125 ALOGE("tid exited before attach completed: tid %d", tid); in wait_for_sigstop()
128 ALOGE("detach failed: tid %d, %s", tid, strerror(errno)); in wait_for_sigstop()
/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()
/system/media/audio_route/
Daudio_route.c103 ALOGE("Path: %s, length: %d", path->name, path->length); in path_print()
107 ALOGE(" id=%d: ctl=%s", i, mixer_ctl_get_name(ctl)); in path_print()
109 ALOGE(" id=%d value=%d", j, path->setting[i].value[j]); in path_print()
146 ALOGE("Path name '%s' already exists", name); in path_create()
160 ALOGE("Unable to allocate more paths"); in path_create()
204 ALOGE("Unable to allocate more path settings"); in alloc_path_setting()
225 ALOGE("Control '%s' already exists in path '%s'", in path_add_setting()
256 ALOGE("mixer index %d is out of range for '%s'", mixer_value->index, in path_add_value()
389 ALOGE("Unnamed path!"); in start_tag()
406 ALOGE("Control '%s' doesn't exist - skipping", attr_name); in start_tag()
[all …]
/system/core/libion/
Dion.c37 ALOGE("open /dev/ion failed!\n"); in ion_open()
53 ALOGE("ioctl %x failed with code %d: %s\n", req, in ion_ioctl()
107 ALOGE("map ioctl returned negative fd\n"); in ion_map()
112 ALOGE("mmap failed: %s\n", strerror(errno)); in ion_map()
134 ALOGE("share ioctl returned negative fd\n"); in ion_share()

123