Home
last modified time | relevance | path

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

12

/system/core/libdiskconfig/
Ddiskconfig.c48 ALOGE("Invalid disk length specified."); in parse_len()
67 ALOGE("Invalid length specified: %s", str); in parse_len()
73 ALOGE("Size modifier illegal when len is -1"); in parse_len()
83 ALOGE("Length specified is too large!: %llu KB", *plen); in parse_len()
111 ALOGE("Partition type required: %s", pinfo->name); in load_partitions()
121 ALOGE("Unsupported partition type found: %s", tmp); in load_partitions()
149 ALOGE("Could not malloc disk_info"); in load_diskconfig()
155 ALOGE("Could not malloc part_lst"); in load_diskconfig()
163 ALOGE("Could not read config file %s", fn); in load_diskconfig()
168 ALOGE("Could not find device section in config file '%s'", fn); in load_diskconfig()
[all …]
Ddiskutils.c45 ALOGE("Could not open %s for reading (errno=%d).", src, errno); in write_raw_image()
51 ALOGE("Could not open '%s' for read/write (errno=%d).", dst, errno); in write_raw_image()
56 ALOGE("Could not seek to offset %lld in %s.", offset, dst); in write_raw_image()
66 ALOGE("Error (%d) while reading from '%s'", errno, src); in write_raw_image()
87 ALOGE("Error (%d) while writing to '%s'", errno, dst); in write_raw_image()
97 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()
236 ALOGE("Cannot create primary extended partition."); in config_mbr()
262 ALOGE("Cannot create partition %d (%s).", cnt, pinfo->name); in config_mbr()
273 ALOGE("Cannot create blank partition %d.", cnt); in config_mbr()
282 ALOGE("Not enough space to add parttion '%s'.", pinfo->name); in config_mbr()
313 ALOGE("Cannot allocate memory."); in find_mbr_part()
[all …]
Dwrite_lst.c35 ALOGE("Unable to allocate memory."); in alloc_wl()
74 ALOGE("Cannot seek to the specified position (%lld).", lst->offset); in wlist_commit()
80 ALOGE("Failed writing %u bytes at position %lld.", lst->len, in wlist_commit()
/system/core/libcutils/
Dfs.c41 ALOGE("Failed to lstat(%s): %s", path, strerror(errno)); in fs_prepare_dir()
48 ALOGE("Not a directory: %s", path); in fs_prepare_dir()
60 ALOGE("Failed to mkdir(%s): %s", path, strerror(errno)); in fs_prepare_dir()
67 ALOGE("Failed to chmod(%s, %d): %s", path, mode, strerror(errno)); in fs_prepare_dir()
71 ALOGE("Failed to chown(%s, %d, %d): %s", path, uid, gid, strerror(errno)); in fs_prepare_dir()
81 ALOGE("Failed to read %s: %s", path, strerror(errno)); in fs_read_atomic_int()
87 ALOGE("Failed to read %s: %s", path, strerror(errno)); in fs_read_atomic_int()
91 ALOGE("Failed to parse %s: %s", path, strerror(errno)); in fs_read_atomic_int()
106 ALOGE("Path too long"); in fs_write_atomic_int()
112 ALOGE("Failed to open %s: %s", temp, strerror(errno)); in fs_write_atomic_int()
[all …]
Dtrace.c107 ALOGE("Error reading cmdline: %s (%d)", strerror(errno), errno); in atrace_is_app_tracing_enabled()
111 ALOGE("Error opening /proc/self/cmdline: %s (%d)", strerror(errno), in atrace_is_app_tracing_enabled()
130 ALOGE("Error parsing trace property: Not a number: %s", value); in atrace_get_property()
133 ALOGE("Error parsing trace property: Number too large: %s", value); in atrace_get_property()
172 ALOGE("Error opening trace file: %s (%d)", strerror(errno), errno); in atrace_init_once()
Dloghack.h34 #define ALOGE(...) ALOG("E", __VA_ARGS__) macro
35 #define LOG_ALWAYS_FATAL(...) do { ALOGE(__VA_ARGS__); exit(1); } while (0)
Dsockets.c33 ALOGE("could not get socket credentials: %s\n", strerror(errno)); in socket_peer_is_trusted()
38 ALOGE("untrusted userid on other end of socket: userid %d\n", cr.uid); in socket_peer_is_trusted()
/system/core/libsuspend/
Dautosuspend_wakeup_count.c55 ALOGE("Error reading from %s: %s\n", SYS_POWER_WAKEUP_COUNT, buf); in suspend_thread_func()
60 ALOGE("Empty wakeup count\n"); in suspend_thread_func()
68 ALOGE("Error waiting on semaphore: %s\n", buf); in suspend_thread_func()
76 ALOGE("Error writing to %s: %s\n", SYS_POWER_WAKEUP_COUNT, buf); in suspend_thread_func()
82 ALOGE("Error writing to %s: %s\n", SYS_POWER_STATE, buf); in suspend_thread_func()
90 ALOGE("Error releasing semaphore: %s\n", buf); in suspend_thread_func()
107 ALOGE("Error changing semaphore: %s\n", buf); in autosuspend_wakeup_count_enable()
126 ALOGE("Error changing semaphore: %s\n", buf); in autosuspend_wakeup_count_disable()
147 ALOGE("Error opening %s: %s\n", SYS_POWER_STATE, buf); in autosuspend_wakeup_count_init()
154 ALOGE("Error opening %s: %s\n", SYS_POWER_WAKEUP_COUNT, 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()
Dautosuspend_earlysuspend.c87 ALOGE("Failed reading wait_for_fb_sleep, exiting earlysuspend thread\n"); in earlysuspend_thread_func()
96 ALOGE("Failed reading wait_for_fb_wake, exiting earlysuspend thread\n"); in earlysuspend_thread_func()
115 ALOGE("Error writing to %s: %s\n", EARLYSUSPEND_SYS_POWER_STATE, buf); in autosuspend_earlysuspend_enable()
145 ALOGE("Error writing to %s: %s\n", EARLYSUSPEND_SYS_POWER_STATE, buf); in autosuspend_earlysuspend_disable()
191 ALOGE("Error creating thread: %s\n", buf); in start_earlysuspend_thread()
/system/netd/
DSoftapController.cpp58 ALOGE("SoftAP is already running"); in startSoftap()
63 ALOGE("fork failed (%s)", strerror(errno)); in startSoftap()
72 ALOGE("execl failed (%s)", strerror(errno)); in startSoftap()
74 ALOGE("SoftAP failed to start"); in startSoftap()
87 ALOGE("SoftAP is not running"); in stopSoftap()
119ALOGE("Softap set is missing arguments. Please use: softap <wlan iface> <SSID> <wpa2?-psk|open> <p… in setSoftap()
147 ALOGE("Cannot update \"%s\": %s", HOSTAPD_CONF_FILE, strerror(errno)); in setSoftap()
153 ALOGE("Cannot write to \"%s\": %s", HOSTAPD_CONF_FILE, strerror(errno)); in setSoftap()
161 ALOGE("Error changing permissions of %s to 0660: %s", in setSoftap()
169 ALOGE("Error changing group ownership of %s to %d: %s", in setSoftap()
[all …]
DTetherController.cpp67 ALOGE("Failed to open ip_forward (%s)", strerror(errno)); in setIpFwdEnabled()
72 ALOGE("Failed to write ip_forward (%s)", strerror(errno)); in setIpFwdEnabled()
84 ALOGE("Failed to open ip_forward (%s)", strerror(errno)); in getIpFwdEnabled()
90 ALOGE("Failed to read ip_forward (%s)", strerror(errno)); in getIpFwdEnabled()
101 ALOGE("Tethering already started"); in startTethering()
112 ALOGE("pipe failed (%s)", strerror(errno)); in startTethering()
121 ALOGE("fork failed (%s)", strerror(errno)); in startTethering()
131 ALOGE("dup2 failed (%s)", strerror(errno)); in startTethering()
157 ALOGE("execl failed (%s)", strerror(errno)); in startTethering()
159 ALOGE("Should never get here!"); in startTethering()
[all …]
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()
111 ALOGE("Unable to open quota2 logging socket"); in start()
122 ALOGE("Unable to stop uevent NetlinkHandler: %s", strerror(errno)); in stop()
133 ALOGE("Unable to stop route NetlinkHandler: %s", strerror(errno)); in stop()
145 ALOGE("Unable to stop quota NetlinkHandler: %s", strerror(errno)); in stop()
DClatdController.cpp37 ALOGE("clatd already running"); in startClatd()
45 ALOGE("fork failed (%s)", strerror(errno)); in startClatd()
57 ALOGE("execv failed (%s)", strerror(errno)); in startClatd()
59 ALOGE("Should never get here!"); in startClatd()
72 ALOGE("clatd already stopped"); in stopClatd()
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()
DBandwidthController.cpp184 ALOGE("iptables command too long"); in runIptablesCmd()
192 ALOGE("iptables argument overflow"); in runIptablesCmd()
202 ALOGE("runIptablesCmd(): res=%d status=%d failed %s", res, status, in runIptablesCmd()
326 ALOGE("Unexpected app Op %d", appOp); in maninpulateNaughtyApps()
333 ALOGE(failLogTemplate, appUids[uidNum]); in maninpulateNaughtyApps()
348 ALOGE("No such appUid %d to remove", uid); in maninpulateNaughtyApps()
354 ALOGE("appUid %d exists already", uid); in maninpulateNaughtyApps()
362 ALOGE(failLogTemplate, uid); in maninpulateNaughtyApps()
438 ALOGE("Unexpected quotatype %d", quotaType); in prepCostlyIface()
477 ALOGE("Unexpected quotatype %d", quotaType); in cleanupCostlyIface()
[all …]
DInterfaceController.cpp68 ALOGE("Can't init the interface command API"); in InterfaceController()
79ALOGE("Error (%s) while searching for the interface command function", err_str ? err_str : "unknow… in InterfaceController()
88 ALOGE("Can't shutdown the interface command API"); in ~InterfaceController()
95ALOGE("Error (%s) while closing the net interface command library", err_str ? err_str : "unknown"); in ~InterfaceController()
151 ALOGE("Can't list %s: %s", ipv6_proc_path, strerror(errno)); in setAcceptRA()
158 ALOGE("Can't write to %s/%s/accept_ra: %s", ipv6_proc_path, in setAcceptRA()
Dmain.cpp55 ALOGE("Unable to create NetlinkManager"); in main()
64 ALOGE("Unable to start NetlinkManager (%s)", strerror(errno)); in main()
73 ALOGE("Unable to start DnsProxyListener (%s)", strerror(errno)); in main()
79 ALOGE("Unable to start MDnsSdListener (%s)", strerror(errno)); in main()
86 ALOGE("Unable to start CommandListener (%s)", strerror(errno)); in main()
DNatController.cpp132 ALOGE("Invalid interface specified"); in enableNat()
138 ALOGE("Missing Argument"); in enableNat()
143 ALOGE("Error setting route rules"); in enableNat()
163 ALOGE("Error seting postroute rule: iface=%s", extIface); in enableNat()
173 ALOGE("Error setting forward rules"); in enableNat()
288 ALOGE("Invalid interface specified"); in disableNat()
294 ALOGE("Missing Argument"); in disableNat()
/system/bluetooth/bluedroid/
Dbluetooth.c86 ALOGE("open(%s) failed: %s (%d)", rfkill_state_path, strerror(errno), in check_bluetooth_power()
92 ALOGE("read(%s) failed: %s (%d)", rfkill_state_path, strerror(errno), in check_bluetooth_power()
123 ALOGE("open(%s) for write failed: %s (%d)", rfkill_state_path, in set_bluetooth_power()
129 ALOGE("write(%s) failed: %s (%d)", rfkill_state_path, strerror(errno), in set_bluetooth_power()
144 ALOGE("Failed to create bluetooth hci socket: %s (%d)", in create_hci_sock()
169 ALOGE("Failed to start hciattach"); in bt_enable()
198 ALOGE("%s: Timeout waiting for HCI device to come up, error- %d, ", in bt_enable()
201 ALOGE("Error stopping hciattach"); in bt_enable()
211 ALOGE("Failed to start bluetoothd"); in bt_enable()
233 ALOGE("Error stopping bluetoothd"); in bt_disable()
[all …]
/system/security/keystore-engine/
Deng_keystore.cpp133 ALOGE("could not allocate padded signature"); in keystore_rsa_priv_enc()
154 ALOGE("Unknown padding type: %d", padding); in keystore_rsa_priv_enc()
160 ALOGE("key had no key_id!"); in keystore_rsa_priv_enc()
169 ALOGE("could not contact keystore"); in keystore_rsa_priv_enc()
204 ALOGE("key had no key_id!"); in keystore_rsa_priv_dec()
213 ALOGE("could not contact keystore"); in keystore_rsa_priv_dec()
255 ALOGE("Unknown padding type: %d", padding); in keystore_rsa_priv_dec()
308 ALOGE("could not contact keystore"); in keystore_loadkey()
355 ALOGE("Unsupported key type %d", EVP_PKEY_type(pkey->type)); in keystore_loadkey()
384 ALOGE("Could not set up keystore engine"); in keystore_engine_setup()
[all …]
/system/core/libion/
Dion.c37 ALOGE("open /dev/ion failed!\n"); in ion_open()
50 ALOGE("ioctl %x failed with code %d: %s\n", req, in ion_ioctl()
95 ALOGE("map ioctl returned negative fd\n"); in ion_map()
100 ALOGE("mmap failed: %s\n", strerror(errno)); in ion_map()
118 ALOGE("share ioctl returned negative fd\n"); in ion_share()
/system/media/audio_route/
Daudio_route.c91 ALOGE("Path: %s, length: %d", path->name, path->length); in path_print()
93 ALOGE(" id=%d: ctl=%s linked=%c", i, in path_print()
97 ALOGE(" id=%d value=%d", j, path->setting[i].value[j]); in path_print()
134 ALOGE("Path name '%s' already exists", name); in path_create()
148 ALOGE("Unable to allocate more paths"); in path_create()
191 ALOGE("Unable to allocate more path settings"); in alloc_path_setting()
211 ALOGE("Control '%s' already exists in path '%s'", in path_add_setting()
244 ALOGE("mixer index %d is out of range for '%s'", mixer_value->index, in path_add_value()
390 ALOGE("Unnamed path!"); in start_tag()
446 ALOGE("value id out of range for mixer ctl '%s'", in start_tag()
[all …]
/system/security/softkeymaster/
Dkeymaster_openssl.cpp88 ALOGE("OpenSSL error in %s %d: %s", location, error, message); in logOpenSSLError()
101 ALOGE("private or public key size was too big"); in wrap_key()
111 ALOGE("could not allocate memory for key blob"); in wrap_key()
154 ALOGE("supplied key blob was NULL"); in unwrap_key()
162 ALOGE("key blob appears to be truncated"); in unwrap_key()
167 ALOGE("cannot read key; it was not made by this keymaster"); in unwrap_key()
187 ALOGE("public key length encoding error: size=%ld, end=%d", publicLen, end - p); in unwrap_key()
194 ALOGE("private key truncated"); in unwrap_key()
201 ALOGE("private key length encoding error: size=%ld, end=%d", privateLen, end - p); in unwrap_key()
324 ALOGE("Could not allocate memory for public key data"); in openssl_get_keypair_public()

12