HomeSort by relevance Sort by last modified time
    Searched refs:SLOGW (Results 1 - 15 of 15) sorted by null

  /system/core/libsysutils/src/
ServiceManager.cpp 14 SLOGW("Service '%s' is already running", name);
28 SLOGW("Timed out waiting for service '%s' to start", name);
38 SLOGW("Service '%s' is already stopped", name);
53 SLOGW("Timed out waiting for service '%s' to stop", name);
FrameworkCommand.cpp 29 SLOGW("Command %s has no run handler!", getCommand());
SocketClient.cpp 60 SLOGW("Unable to send msg '%s' (%s)", msg, strerror(errno));
64 SLOGW("0 length write :(");
FrameworkClient.cpp 24 SLOGW("Unable to send msg '%s' (%s)", msg, strerror(errno));
FrameworkListener.cpp 131 SLOGW("Handler '%s' error (%s)", c->getCommand(), strerror(errno));
SocketListener.cpp 216 SLOGW("Error sending broadcast (%s)", strerror(errno));
228 SLOGW("Error sending broadcast (%s)", strerror(errno));
  /system/vold/
ResponseCode.cpp 40 SLOGW("Returning OperationFailed - no handler for errno %d", errno);
Fat.cpp 49 SLOGW("Skipping fs checks\n");
77 SLOGW("Filesystem modified - rechecking (pass %d)",
117 SLOGW("The SD card is world-writable because the"
NetlinkHandler.cpp 49 SLOGW("No subsystem found in netlink event");
DirectVolume.cpp 124 SLOGW("Ignoring non add/remove/change event");
142 SLOGW("Kernel block uevent missing 'NPARTS'");
185 SLOGW("Kernel block uevent missing 'PARTN'");
190 SLOGW("Invalid 'PARTN' value");
235 SLOGW("Kernel block uevent missing 'NPARTS'");
Volume.cpp 126 SLOGW("Volume contains an autorun.inf! - removing");
168 SLOGW("Duplicate state (%d)\n", state);
207 SLOGW("Volume is idle but appears to be mounted - fixing");
296 SLOGW("Volume is idle but appears to be mounted - fixing");
321 SLOGW("%s does not contain a FAT filesystem\n", devicePath);
460 SLOGW("Failed to move %s -> %s (%s, retries %d, action %d)",
494 SLOGW("Failed to unmount %s (%s, retries %d, action %d)",
VolumeManager.cpp 175 SLOGW("Switch %s event missing name/state info", devpath);
188 SLOGW("Ignoring unknown switch '%s'", name);
196 SLOGW("usb_composite event missing function/enabled info");
229 SLOGW("No volumes handled block event for '%s'", devpath);
411 SLOGW("Unknown fstype '%s' specified for container", fstype);
497 SLOGW("Rename attempt when src mounted");
504 SLOGW("Rename attempt when dst mounted");
581 SLOGW("%s unmount attempt %d failed (%s)",
610 SLOGW("Failed to rmdir %s (%s)", mountPoint, strerror(errno));
626 SLOGW("Failed to find loop device for {%s} (%s)", fileName, strerror(errno))
    [all...]
Process.cpp 214 SLOGW("Sending SIGHUP to process %d", pid);
  /system/core/include/cutils/
log.h 257 #ifndef SLOGW
258 #define SLOGW(...) ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__))
  /system/core/libcutils/
sched_policy.c 89 SLOGW("add_tid_to_cgroup failed to write '%s' (%s); background=%d\n",

Completed in 58 milliseconds