Home
last modified time | relevance | path

Searched refs:SLOGE (Results 1 – 17 of 17) sorted by relevance

/system/vold/
Dmain.cpp51 SLOGE("Unable to create VolumeManager"); in main()
56 SLOGE("Unable to create NetlinkManager"); in main()
66 SLOGE("Unable to start VolumeManager (%s)", strerror(errno)); in main()
71 SLOGE("Error reading configuration (%s)... continuing anyways", strerror(errno)); in main()
75 SLOGE("Unable to start NetlinkManager (%s)", strerror(errno)); in main()
86 SLOGE("Unable to start CommandListener (%s)", strerror(errno)); in main()
164 SLOGE("Error parsing type"); in process_config()
168 SLOGE("Error parsing label"); in process_config()
172 SLOGE("Error parsing mount point"); in process_config()
181 SLOGE("Error parsing partition"); in process_config()
[all …]
DVolume.cpp135 SLOGE("Failed to remove %s (%s)", filename, strerror(errno)); in protectFromAutorunStupidity()
227 SLOGE("Failed to initialize MBR (%s)", strerror(errno)); in formatVol()
240 SLOGE("Failed to format (%s)", strerror(errno)); in formatVol()
258 SLOGE("Error opening /proc/mounts (%s)", strerror(errno)); in isMountpointMounted()
304 SLOGE("Failed to get device nodes (%s)\n", strerror(errno)); in mountVol()
326 SLOGE("%s failed FS checks (%s)", devicePath, strerror(errno)); in mountVol()
338 SLOGE("%s failed to mount via VFAT (%s)\n", devicePath, strerror(errno)); in mountVol()
347 SLOGE("Failed to create bindmounts (%s)", strerror(errno)); in mountVol()
358 SLOGE("Failed to move mount (%s)", strerror(errno)); in mountVol()
368 SLOGE("Volume %s found no suitable devices for mounting :(\n", getLabel()); in mountVol()
[all …]
DVolumeManager.cpp79 SLOGE("Failed to read usb_mass_storage enabled state (%s)", strerror(errno)); in readInitialState()
93 SLOGE("Failed to read usb_configuration switch (%s)", strerror(errno)); in readInitialState()
112 SLOGE("Destination buffer is NULL"); in asecHash()
116 SLOGE("Source buffer is NULL"); in asecHash()
120 SLOGE("Target hash buffer size < %d bytes (%d)", in asecHash()
263 SLOGE("Hash of '%s' failed (%s)", sourceFile, strerror(errno)); in getObbMountPath()
301 SLOGE("Invalid container size specified (%d sectors)", numSectors); in createAsec()
307 SLOGE("ASEC id '%s' currently exists", id); in createAsec()
316 SLOGE("ASEC file '%s' currently exists - destroy it first! (%s)", in createAsec()
334 SLOGE("ASEC image file creation failed (%s)", strerror(errno)); in createAsec()
[all …]
DLoop.cpp48 SLOGE("Unable to open %s (%s)", filename, strerror(errno)); in dumpState()
62 SLOGE("Unable to get loop status for %s (%s)", filename, in dumpState()
92 SLOGE("Unable to open %s (%s)", filename, strerror(errno)); in lookupActive()
106 SLOGE("Unable to get loop status for %s (%s)", filename, in lookupActive()
142 SLOGE("Error creating loop device node (%s)", strerror(errno)); in create()
148 SLOGE("Unable to open %s (%s)", filename, strerror(errno)); in create()
159 SLOGE("Unable to get loop status for %s (%s)", filename, in create()
166 SLOGE("Exhausted all loop devices"); in create()
176 SLOGE("Unable to open %s (%s)", loopFile, strerror(errno)); in create()
182 SLOGE("Error setting up loopback interface (%s)", strerror(errno)); in create()
[all …]
DDevmapper.cpp41 SLOGE("Error allocating memory (%s)", strerror(errno)); in dumpState()
48 SLOGE("Error allocating memory (%s)", strerror(errno)); in dumpState()
55 SLOGE("Error opening devmapper (%s)", strerror(errno)); in dumpState()
65 SLOGE("DM_LIST_DEVICES ioctl failed (%s)", strerror(errno)); in dumpState()
89 SLOGE("DM_DEV_STATUS ioctl failed (%s)", strerror(errno)); in dumpState()
130 SLOGE("Error allocating memory (%s)", strerror(errno)); in lookupActive()
136 SLOGE("Error opening devmapper (%s)", strerror(errno)); in lookupActive()
146 SLOGE("DM_DEV_STATUS ioctl failed for lookup (%s)", strerror(errno)); in lookupActive()
164 SLOGE("Error allocating memory (%s)", strerror(errno)); in create()
170 SLOGE("Error opening devmapper (%s)", strerror(errno)); in create()
[all …]
DNetlinkManager.cpp62 SLOGE("Unable to create uevent socket: %s", strerror(errno)); in start()
67 SLOGE("Unable to set uevent socket SO_RECBUFFORCE option: %s", strerror(errno)); in start()
72 SLOGE("Unable to set uevent socket SO_PASSCRED option: %s", strerror(errno)); in start()
77 SLOGE("Unable to bind uevent socket: %s", strerror(errno)); in start()
83 SLOGE("Unable to start NetlinkHandler: %s", strerror(errno)); in start()
91 SLOGE("Unable to stop NetlinkHandler: %s", strerror(errno)); in stop()
DFat.cpp71 SLOGE("Filesystem check failed (not a FAT filesystem)"); in check()
81 SLOGE("Failing check after too many rechecks"); in check()
86 SLOGE("Filesystem check failed (unknown exit code %d)", rc); in check()
129 SLOGE("%s appears to be a read only filesystem - retrying mount RO", fsPath); in doMount()
143 SLOGE("Unable to create LOST.DIR (%s)", strerror(errno)); in doMount()
184 SLOGE("Format failed (unknown exit code %d)", rc); in format()
DProcess.cpp185 SLOGE("opendir failed (%s)", strerror(errno)); in killProcessesWithOpenFiles()
201 SLOGE("Process %s (%d) has open file %s", name, pid, openfile); in killProcessesWithOpenFiles()
203 SLOGE("Process %s (%d) has open filemap for %s", name, pid, openfile); in killProcessesWithOpenFiles()
205 SLOGE("Process %s (%d) has cwd within %s", name, pid, path); in killProcessesWithOpenFiles()
207 SLOGE("Process %s (%d) has chroot within %s", name, pid, path); in killProcessesWithOpenFiles()
209 SLOGE("Process %s (%d) has executable path within %s", name, pid, path); in killProcessesWithOpenFiles()
217 SLOGE("Sending SIGKILL to process %d", pid); in killProcessesWithOpenFiles()
DDirectVolume.cpp103 SLOGE("Error making device node '%s' (%s)", nodepath, in handleBlockEvent()
199 SLOGE("Partition '%s' has a different major than its disk!", devpath); in handlePartitionAdded()
302 SLOGE("Failed to cleanup ASEC - unmount will probably fail!"); in handlePartitionRemoved()
306 SLOGE("Failed to unmount volume on bad removal (%s)", in handlePartitionRemoved()
DXwarp.cpp76 SLOGE("Failed to write xwarp cfg (%s)", strerror(errno)); in doEnableDisable()
/system/core/libsysutils/src/
DNetlinkListener.cpp43 SLOGE("recvmsg failed (%s)", strerror(errno)); in onDataAvailable()
48 SLOGE("ignoring non-kernel netlink multicast message"); in onDataAvailable()
55 SLOGE("ignoring message with no sender credentials"); in onDataAvailable()
61 SLOGE("ignoring message from non-root UID %d", cred->uid); in onDataAvailable()
67 SLOGE("Error decoding NetlinkEvent"); in onDataAvailable()
DSocketListener.cpp67 SLOGE("Failed to start unbound listener"); in startListener()
72 SLOGE("Obtaining file descriptor socket '%s' failed: %s", in startListener()
79 SLOGE("Unable to listen on socket (%s)", strerror(errno)); in startListener()
85 SLOGE("pipe failed (%s)", strerror(errno)); in startListener()
90 SLOGE("pthread_create (%s)", strerror(errno)); in startListener()
101 SLOGE("Error writing to control pipe (%s)", strerror(errno)); in stopListener()
107 SLOGE("Error joining to listener thread (%s)", strerror(errno)); in stopListener()
164 SLOGE("select failed (%s)", strerror(errno)); in runListener()
178 SLOGE("accept failed (%s)", strerror(errno)); in runListener()
DNetlinkEvent.cpp105 SLOGE("NetlinkEvent::FindParam(): Parameter '%s' not found", paramName); in findParam()
DFrameworkListener.cpp37 SLOGE("read() failed (%s)", strerror(errno)); in onDataAvailable()
/system/core/libcutils/
Dsched_policy.c67 SLOGE("add_tid_to_cgroup failed; background=%d\n", in add_tid_to_cgroup()
105 SLOGE("open of %s failed: %s\n", filename, strerror(errno)); in __initialize()
111 SLOGE("open of %s failed: %s\n", filename, strerror(errno)); in __initialize()
177 SLOGE("Failed to find cpu subsys"); in getSchedulerGroup()
181 SLOGE("Bad cgroup data {%s}", lineBuf); in getSchedulerGroup()
/system/netd/
DNetlinkManager.cpp72 SLOGE("Unable to set uevent socket SO_PASSCRED option: %s", strerror(errno)); in start()
/system/core/include/cutils/
Dlog.h271 #ifndef SLOGE
272 #define SLOGE(...) ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_ERROR, LOG_TAG, __VA_A… macro