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

  /system/core/libsysutils/src/
FrameworkCommand.cpp 29 SLOGW("Command %s has no run handler!", getCommand());
ServiceManager.cpp 47 SLOGW("Service '%s' is already running", name);
62 SLOGW("Timed out waiting for service '%s' to start", name);
76 SLOGW("Service '%s' is already stopped", name);
92 SLOGW("Timed out waiting for service '%s' to stop", name);
SocketClient.cpp 74 SLOGW("Unable to send msg '%s'", msg);
103 SLOGW("0 length write :(");
106 SLOGW("write error (%s)", strerror(errno));
FrameworkClient.cpp 26 SLOGW("Unable to send msg '%s' (%s)", msg, strerror(errno));
FrameworkListener.cpp 148 SLOGW("Handler '%s' error (%s)", c->getCommand(), strerror(errno));
SocketListener.cpp 242 SLOGW("Error sending broadcast (%s)", strerror(errno));
254 SLOGW("Error sending broadcast (%s)", strerror(errno));
  /system/vold/
ResponseCode.cpp 40 SLOGW("Returning OperationFailed - no handler for errno %d", errno);
NetlinkHandler.cpp 50 SLOGW("No subsystem found in netlink event");
Fat.cpp 51 SLOGW("Skipping fs checks\n");
79 SLOGW("Filesystem modified - rechecking (pass %d)",
119 SLOGW("The SD card is world-writable because the"
Volume.cpp 132 SLOGW("Volume contains an autorun.inf! - removing");
174 SLOGW("Duplicate state (%d)\n", state);
217 SLOGW("Volume is idle but appears to be mounted - fixing");
324 SLOGW("Volume is idle but appears to be mounted - fixing");
399 SLOGW("%s does not contain a FAT filesystem\n", devicePath);
549 SLOGW("Failed to move %s -> %s (%s, retries %d, action %d)",
583 SLOGW("Failed to unmount %s (%s, retries %d, action %d)",
DirectVolume.cpp 129 SLOGW("Ignoring non add/remove/change event");
147 SLOGW("Kernel block uevent missing 'NPARTS'");
190 SLOGW("Kernel block uevent missing 'PARTN'");
248 SLOGW("Kernel block uevent missing 'NPARTS'");
VolumeManager.cpp 144 SLOGW("No volumes handled block event for '%s'", devpath);
345 SLOGW("Unknown fstype '%s' specified for container", fstype);
431 SLOGW("Rename attempt when src mounted");
438 SLOGW("Rename attempt when dst mounted");
515 SLOGW("%s unmount attempt %d failed (%s)",
544 SLOGW("Failed to rmdir %s (%s)", mountPoint, strerror(errno));
560 SLOGW("Failed to find loop device for {%s} (%s)", fileName, strerror(errno));
573 SLOGW("mActiveContainers is inconsistent!");
1104 SLOGW("Attempt to unmount volume which isn't mounted (%d)\n",
    [all...]
Process.cpp 214 SLOGW("Sending SIGHUP to process %d", pid);
cryptfs.c 296 SLOGW("Warning: crypto footer minor version %d, expected 0, continuing...\n",
    [all...]
  /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 235 milliseconds