Searched refs:ALOGE (Results 1 - 25 of 42) sorted by relevance

12

/system/core/libcutils/
H A Dfs.c40 ALOGE("Failed to lstat(%s): %s", path, strerror(errno));
47 ALOGE("Not a directory: %s", path);
59 ALOGE("Failed to mkdir(%s): %s", path, strerror(errno));
66 ALOGE("Failed to chmod(%s, %d): %s", path, mode, strerror(errno));
70 ALOGE("Failed to chown(%s, %d, %d): %s", path, uid, gid, strerror(errno));
80 ALOGE("Failed to read %s: %s", path, strerror(errno));
86 ALOGE("Failed to read %s: %s", path, strerror(errno));
90 ALOGE("Failed to parse %s: %s", path, strerror(errno));
105 ALOGE("Path too long");
111 ALOGE("Faile
[all...]
H A Dloghack.h34 #define ALOGE(...) ALOG("E", __VA_ARGS__) macro
35 #define LOG_ALWAYS_FATAL(...) do { ALOGE(__VA_ARGS__); exit(1); } while (0)
H A Dsockets.c33 ALOGE("could not get socket credentials: %s\n", strerror(errno));
38 ALOGE("untrusted userid on other end of socket: userid %d\n", cr.uid);
/system/core/libdiskconfig/
H A Ddiskconfig.c48 ALOGE("Invalid disk length specified.");
67 ALOGE("Invalid length specified: %s", str);
73 ALOGE("Size modifier illegal when len is -1");
83 ALOGE("Length specified is too large!: %llu KB", *plen);
111 ALOGE("Partition type required: %s", pinfo->name);
121 ALOGE("Unsupported partition type found: %s", tmp);
149 ALOGE("Could not malloc disk_info");
155 ALOGE("Could not malloc part_lst");
163 ALOGE("Could not read config file %s", fn);
168 ALOGE("Coul
[all...]
H A Ddump_diskconfig.c31 ALOGE("usage: %s <conf file>", argv[0]);
H A Ddiskutils.c45 ALOGE("Could not open %s for reading (errno=%d).", src, errno);
51 ALOGE("Could not open '%s' for read/write (errno=%d).", dst, errno);
56 ALOGE("Could not seek to offset %lld in %s.", offset, dst);
66 ALOGE("Error (%d) while reading from '%s'", errno, src);
87 ALOGE("Error (%d) while writing to '%s'", errno, dst);
97 ALOGE("Exited read/write loop without setting flag! WTF?!");
H A Dwrite_lst.c35 ALOGE("Unable to allocate memory.");
74 ALOGE("Cannot seek to the specified position (%lld).", lst->offset);
80 ALOGE("Failed writing %u bytes at position %lld.", lst->len,
H A Dconfig_mbr.c65 ALOGE("Error converting kb -> lba. 32bit overflow, expect weirdness");
78 ALOGE("Maximum number of primary partition exceeded.");
83 ALOGE("Unable to allocate memory for partition entry.");
149 ALOGE("Unable to allocate memory for EBR.");
166 ALOGE("Only the last partition can be specified to fill the disk "
236 ALOGE("Cannot create primary extended partition.");
262 ALOGE("Cannot create partition %d (%s).", cnt, pinfo->name);
273 ALOGE("Cannot create blank partition %d.", cnt);
282 ALOGE("Not enough space to add parttion '%s'.", pinfo->name);
313 ALOGE("Canno
[all...]
/system/netd/
H A DSoftapController.cpp50 ALOGE("Failed to open socket");
63 ALOGE("Softap already started");
67 ALOGE("Softap startap - failed to open socket");
72 ALOGE("fork failed (%s)", strerror(errno));
81 ALOGE("execl failed (%s)", strerror(errno));
83 ALOGE("Should never get here!");
97 ALOGE("Softap already stopped");
106 ALOGE("Softap stopap - failed to open socket");
135 ALOGE("Softap set - failed to open socket");
139 ALOGE("Softa
[all...]
H A DNetlinkManager.cpp66 ALOGE("Unable to create netlink socket: %s", strerror(errno));
71 ALOGE("Unable to set uevent socket SO_RCVBUFFORCE option: %s", strerror(errno));
83 ALOGE("Unable to bind netlink socket: %s", strerror(errno));
90 ALOGE("Unable to start NetlinkHandler: %s", strerror(errno));
111 ALOGE("Unable to open quota2 logging socket");
122 ALOGE("Unable to stop uevent NetlinkHandler: %s", strerror(errno));
133 ALOGE("Unable to stop route NetlinkHandler: %s", strerror(errno));
145 ALOGE("Unable to stop quota NetlinkHandler: %s", strerror(errno));
H A DTetherController.cpp68 ALOGE("Failed to open ip_forward (%s)", strerror(errno));
73 ALOGE("Failed to write ip_forward (%s)", strerror(errno));
85 ALOGE("Failed to open ip_forward (%s)", strerror(errno));
91 ALOGE("Failed to read ip_forward (%s)", strerror(errno));
102 ALOGE("Tethering already started");
113 ALOGE("pipe failed (%s)", strerror(errno));
122 ALOGE("fork failed (%s)", strerror(errno));
132 ALOGE("dup2 failed (%s)", strerror(errno));
158 ALOGE("execl failed (%s)", strerror(errno));
160 ALOGE("Shoul
[all...]
H A DThrottleController.cpp49 ALOGE("tc command too long");
84 ALOGE("Failed to add root qdisc (%s)", strerror(errno));
93 ALOGE("Failed to add egress throttling class (%s)", strerror(errno));
102 ALOGE("Failed to up ifb0 (%s)", strerror(errno));
111 ALOGE("Failed to add root ifb qdisc (%s)", strerror(errno));
120 ALOGE("Failed to add ingress throttling class (%s)", strerror(errno));
129 ALOGE("Failed to add ingress qdisc (%s)", strerror(errno));
139 ALOGE("Failed to add ifb filter (%s)", strerror(errno));
H A DInterfaceController.cpp56 ALOGE("Can't init the interface command API");
67 ALOGE("Error (%s) while searching for the interface command function", err_str ? err_str : "unknown");
76 ALOGE("Can't shutdown the interface command API");
83 ALOGE("Error (%s) while closing the net interface command library", err_str ? err_str : "unknown");
H A DPppController.cpp57 ALOGE("Multiple PPPD instances not currently supported");
69 ALOGE("Invalid tty '%s' specified", tty);
75 ALOGE("fork failed (%s)", strerror(errno));
95 ALOGE("execl failed (%s)", strerror(errno));
97 ALOGE("Should never get here!");
108 ALOGE("PPPD already stopped");
135 ALOGE("Error opening /sys/class/tty (%s)", strerror(errno));
H A Dmain.cpp55 ALOGE("Unable to create NetlinkManager");
64 ALOGE("Unable to start NetlinkManager (%s)", strerror(errno));
73 ALOGE("Unable to start DnsProxyListener (%s)", strerror(errno));
79 ALOGE("Unable to start MDnsSdListener (%s)", strerror(errno));
86 ALOGE("Unable to start CommandListener (%s)", strerror(errno));
H A Doem_iptables_hook.cpp38 ALOGE("command too long");
58 ALOGE("%s failed: %s", OEM_SCRIPT_PATH, strerror(errno));
H A DBandwidthController.cpp197 ALOGE("iptables command too long");
205 ALOGE("iptables argument overflow");
214 ALOGE("runIptablesCmd(): failed %s res=%d", fullCmd.c_str(), res);
334 ALOGE("Unexpected app Op %d", appOp);
341 ALOGE(failLogTemplate, appUids[uidNum]);
356 ALOGE("No such appUid %d to remove", uid);
362 ALOGE("appUid %d exists already", uid);
370 ALOGE(failLogTemplate, uid);
443 ALOGE("Unexpected quotatype %d", quotaType);
482 ALOGE("Unexpecte
[all...]
H A DNatController.cpp54 ALOGE("command too long");
107 ALOGE("Invalid interface specified");
113 ALOGE("Missing Argument");
137 ALOGE("Error setting forward rules");
154 ALOGE("Error seting postroute rule: %s", cmd);
227 ALOGE("Invalid interface specified");
233 ALOGE("Missing Argument");
/system/core/libsuspend/
H A Dautosuspend_wakeup_count.c55 ALOGE("Error reading from %s: %s\n", SYS_POWER_WAKEUP_COUNT, buf);
60 ALOGE("Empty wakeup count\n");
68 ALOGE("Error waiting on semaphore: %s\n", buf);
76 ALOGE("Error writing to %s: %s\n", SYS_POWER_WAKEUP_COUNT, buf);
82 ALOGE("Error writing to %s: %s\n", SYS_POWER_STATE, buf);
90 ALOGE("Error releasing semaphore: %s\n", buf);
107 ALOGE("Error changing semaphore: %s\n", buf);
126 ALOGE("Error changing semaphore: %s\n", buf);
147 ALOGE("Error opening %s: %s\n", SYS_POWER_STATE, buf);
154 ALOGE("Erro
[all...]
H A Dautosuspend_autosleep.c46 ALOGE("Error writing to %s: %s\n", SYS_POWER_AUTOSLEEP, buf);
68 ALOGE("Error writing to %s: %s\n", SYS_POWER_AUTOSLEEP, buf);
93 ALOGE("Error opening %s: %s\n", SYS_POWER_AUTOSLEEP, buf);
H A Dautosuspend_earlysuspend.c87 ALOGE("Failed reading wait_for_fb_sleep, exiting earlysuspend thread\n");
96 ALOGE("Failed reading wait_for_fb_wake, exiting earlysuspend thread\n");
115 ALOGE("Error writing to %s: %s\n", EARLYSUSPEND_SYS_POWER_STATE, buf);
145 ALOGE("Error writing to %s: %s\n", EARLYSUSPEND_SYS_POWER_STATE, buf);
191 ALOGE("Error creating thread: %s\n", buf);
H A Dautosuspend.c54 ALOGE("failed to initialize autosuspend\n");
/system/core/libion/
H A Dion.c37 ALOGE("open /dev/ion failed!\n");
50 ALOGE("ioctl %x failed with code %d: %s\n", req,
95 ALOGE("map ioctl returned negative fd\n");
100 ALOGE("mmap failed: %s\n", strerror(errno));
118 ALOGE("share ioctl returned negative fd\n");
/system/bluetooth/bluedroid/
H A Dbluetooth.c86 ALOGE("open(%s) failed: %s (%d)", rfkill_state_path, strerror(errno),
92 ALOGE("read(%s) failed: %s (%d)", rfkill_state_path, strerror(errno),
123 ALOGE("open(%s) for write failed: %s (%d)", rfkill_state_path,
129 ALOGE("write(%s) failed: %s (%d)", rfkill_state_path, strerror(errno),
144 ALOGE("Failed to create bluetooth hci socket: %s (%d)",
169 ALOGE("Failed to start hciattach");
198 ALOGE("%s: Timeout waiting for HCI device to come up, error- %d, ",
201 ALOGE("Error stopping hciattach");
211 ALOGE("Failed to start bluetoothd");
233 ALOGE("Erro
[all...]
/system/security/keystore-engine/
H A Deng_keystore.cpp132 ALOGE("could not allocate padded signature");
153 ALOGE("Unknown padding type: %d", padding);
159 ALOGE("key had no key_id!");
167 ALOGE("There was an error during rsa_mod_exp");
257 ALOGE("Unsupported key type %d", EVP_PKEY_type(pkey->type));
286 ALOGE("Could not set up keystore engine");
292 ALOGE("Could not set up keystore RSA methods");
299 ALOGE("Could not set up RSA ex_data index");

Completed in 758 milliseconds

12