Home
last modified time | relevance | path

Searched refs:ALOGE (Results 1 – 25 of 42) 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/netd/
DSoftapController.cpp50 ALOGE("Failed to open socket"); in SoftapController()
63 ALOGE("Softap already started"); in startSoftap()
67 ALOGE("Softap startap - failed to open socket"); in startSoftap()
72 ALOGE("fork failed (%s)", strerror(errno)); in startSoftap()
81 ALOGE("execl failed (%s)", strerror(errno)); in startSoftap()
83 ALOGE("Should never get here!"); in startSoftap()
97 ALOGE("Softap already stopped"); in stopSoftap()
106 ALOGE("Softap stopap - failed to open socket"); in stopSoftap()
135 ALOGE("Softap set - failed to open socket"); in setSoftap()
139 ALOGE("Softap set - missing arguments"); in setSoftap()
[all …]
DTetherController.cpp68 ALOGE("Failed to open ip_forward (%s)", strerror(errno)); in setIpFwdEnabled()
73 ALOGE("Failed to write ip_forward (%s)", strerror(errno)); in setIpFwdEnabled()
85 ALOGE("Failed to open ip_forward (%s)", strerror(errno)); in getIpFwdEnabled()
91 ALOGE("Failed to read ip_forward (%s)", strerror(errno)); in getIpFwdEnabled()
102 ALOGE("Tethering already started"); in startTethering()
113 ALOGE("pipe failed (%s)", strerror(errno)); in startTethering()
122 ALOGE("fork failed (%s)", strerror(errno)); in startTethering()
132 ALOGE("dup2 failed (%s)", strerror(errno)); in startTethering()
158 ALOGE("execl failed (%s)", strerror(errno)); in startTethering()
160 ALOGE("Should never get here!"); in startTethering()
[all …]
DThrottleController.cpp49 ALOGE("tc command too long"); in runTcCmd()
84 ALOGE("Failed to add root qdisc (%s)", strerror(errno)); in setInterfaceThrottle()
93 ALOGE("Failed to add egress throttling class (%s)", strerror(errno)); in setInterfaceThrottle()
102 ALOGE("Failed to up ifb0 (%s)", strerror(errno)); in setInterfaceThrottle()
111 ALOGE("Failed to add root ifb qdisc (%s)", strerror(errno)); in setInterfaceThrottle()
120 ALOGE("Failed to add ingress throttling class (%s)", strerror(errno)); in setInterfaceThrottle()
129 ALOGE("Failed to add ingress qdisc (%s)", strerror(errno)); in setInterfaceThrottle()
139 ALOGE("Failed to add ifb filter (%s)", strerror(errno)); in setInterfaceThrottle()
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()
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.cpp197 ALOGE("iptables command too long"); in runIptablesCmd()
205 ALOGE("iptables argument overflow"); in runIptablesCmd()
214 ALOGE("runIptablesCmd(): failed %s res=%d", fullCmd.c_str(), res); in runIptablesCmd()
334 ALOGE("Unexpected app Op %d", appOp); in maninpulateNaughtyApps()
341 ALOGE(failLogTemplate, appUids[uidNum]); in maninpulateNaughtyApps()
356 ALOGE("No such appUid %d to remove", uid); in maninpulateNaughtyApps()
362 ALOGE("appUid %d exists already", uid); in maninpulateNaughtyApps()
370 ALOGE(failLogTemplate, uid); in maninpulateNaughtyApps()
443 ALOGE("Unexpected quotatype %d", quotaType); in prepCostlyIface()
482 ALOGE("Unexpected quotatype %d", quotaType); in cleanupCostlyIface()
[all …]
DInterfaceController.cpp56 ALOGE("Can't init the interface command API"); in InterfaceController()
67ALOGE("Error (%s) while searching for the interface command function", err_str ? err_str : "unknow… in InterfaceController()
76 ALOGE("Can't shutdown the interface command API"); in ~InterfaceController()
83ALOGE("Error (%s) while closing the net interface command library", err_str ? err_str : "unknown"); in ~InterfaceController()
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.cpp54 ALOGE("command too long"); in runCmd()
107 ALOGE("Invalid interface specified"); in enableNat()
113 ALOGE("Missing Argument"); in enableNat()
137 ALOGE("Error setting forward rules"); in enableNat()
154 ALOGE("Error seting postroute rule: %s", cmd); in enableNat()
227 ALOGE("Invalid interface specified"); in disableNat()
233 ALOGE("Missing Argument"); in disableNat()
Doem_iptables_hook.cpp38 ALOGE("command too long"); in runIptablesCmd()
58 ALOGE("%s failed: %s", OEM_SCRIPT_PATH, strerror(errno)); in oemInitChains()
DMDnsSdListener.cpp72 ALOGE("requestId %d already in use during discover call", requestId); in discover()
84 ALOGE("Discover request %d got an error from DNSServiceBrowse %d", requestId, result); in discover()
106 if (DBG) ALOGE("discover failure for %d, error= %d", refNumber, errorCode); in MDnsSdListenerDiscoverCallback()
141 if (DBG) ALOGE("%s stop used unknown requestId %d", str, requestId); in stop()
165 ALOGE("requestId %d already in use during register call", requestId); in serviceRegister()
176 ALOGE("service register request %d got an error from DNSServiceRegister %d", requestId, in serviceRegister()
198 if (DBG) ALOGE("register failure for %d, error= %d", refNumber, errorCode); in MDnsSdListenerRegisterCallback()
220 ALOGE("request Id %d already in use during resolve call", requestId); in resolveService()
230 ALOGE("service resolve request %d got an error from DNSServiceResolve %d", requestId, in resolveService()
253 if (DBG) ALOGE("resolve failure for %d, error= %d", refNumber, errorCode); in MDnsSdListenerResolveCallback()
[all …]
/system/core/libcutils/
Dfs.c40 ALOGE("Failed to lstat(%s): %s", path, strerror(errno)); in fs_prepare_dir()
47 ALOGE("Not a directory: %s", path); in fs_prepare_dir()
59 ALOGE("Failed to mkdir(%s): %s", path, strerror(errno)); in fs_prepare_dir()
66 ALOGE("Failed to chmod(%s, %d): %s", path, mode, strerror(errno)); in fs_prepare_dir()
70 ALOGE("Failed to chown(%s, %d, %d): %s", path, uid, gid, strerror(errno)); in fs_prepare_dir()
80 ALOGE("Failed to read %s: %s", path, strerror(errno)); in fs_read_atomic_int()
86 ALOGE("Failed to read %s: %s", path, strerror(errno)); in fs_read_atomic_int()
90 ALOGE("Failed to parse %s: %s", path, strerror(errno)); in fs_read_atomic_int()
105 ALOGE("Path too long"); in fs_write_atomic_int()
111 ALOGE("Failed to open %s: %s", temp, strerror(errno)); in fs_write_atomic_int()
[all …]
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/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.cpp132 ALOGE("could not allocate padded signature"); in keystore_rsa_priv_enc()
153 ALOGE("Unknown padding type: %d", padding); in keystore_rsa_priv_enc()
159 ALOGE("key had no key_id!"); in keystore_rsa_priv_enc()
167 ALOGE("There was an error during rsa_mod_exp"); in keystore_rsa_priv_enc()
257 ALOGE("Unsupported key type %d", EVP_PKEY_type(pkey->type)); in keystore_loadkey()
286 ALOGE("Could not set up keystore engine"); in keystore_engine_setup()
292 ALOGE("Could not set up keystore RSA methods"); in keystore_engine_setup()
299 ALOGE("Could not set up RSA ex_data index"); in keystore_engine_setup()
/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/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