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);
FrameworkClient.cpp 26 SLOGW("Unable to send msg '%s' (%s)", msg, strerror(errno));
SocketClient.cpp 136 SLOGW("Unable to send msg '%s'", msg);
177 SLOGW("0 length write :(");
180 SLOGW("write error (%s)", strerror(errno));
FrameworkListener.cpp 178 SLOGW("Handler '%s' error (%s)", c->getCommand(), strerror(errno));
SocketListener.cpp 253 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 136 SLOGW("Volume contains an autorun.inf! - removing");
178 SLOGW("Duplicate state (%d)\n", state);
221 SLOGW("Volume is idle but appears to be mounted - fixing");
328 SLOGW("Volume is idle but appears to be mounted - fixing");
403 SLOGW("%s does not contain a FAT filesystem\n", devicePath);
553 SLOGW("Failed to move %s -> %s (%s, retries %d, action %d)",
587 SLOGW("Failed to unmount %s (%s, retries %d, action %d)",
DirectVolume.cpp 139 SLOGW("Ignoring non add/remove/change event");
157 SLOGW("Kernel block uevent missing 'NPARTS'");
193 SLOGW("Kernel block uevent missing 'PARTN'");
251 SLOGW("Kernel block uevent missing 'NPARTS'");
VolumeManager.cpp 150 SLOGW("No volumes handled block event for '%s'", devpath);
625 SLOGW("Rename attempt when src mounted");
632 SLOGW("Rename attempt when dst mounted");
711 SLOGW("%s unmount attempt %d failed (%s)",
740 SLOGW("Failed to rmdir %s (%s)", mountPoint, strerror(errno));
756 SLOGW("Failed to find loop device for {%s} (%s)", fileName, strerror(errno));
769 SLOGW("mActiveContainers is inconsistent!");
    [all...]
Process.cpp 214 SLOGW("Sending SIGHUP to process %d", pid);
cryptfs.c 314 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 113 SLOGW("add_tid_to_cgroup failed to write '%s' (%s); policy=%d\n",

Completed in 1195 milliseconds