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 118 SLOGW("malloc error (%s)", strerror(errno));
143 SLOGW("Unable to send msg '%s'", msg);
184 SLOGW("0 length write :(");
187 SLOGW("write error (%s)", strerror(errno));
FrameworkListener.cpp 58 SLOGW("String is not zero-terminated");
183 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 55 SLOGW("Skipping fs checks\n");
97 SLOGW("Filesystem modified - rechecking (pass %d)",
137 SLOGW("The SD card is world-writable because the"
Volume.cpp 200 SLOGW("Duplicate state (%d)\n", state);
243 SLOGW("Volume is idle but appears to be mounted - fixing");
354 SLOGW("Volume is idle but appears to be mounted - fixing");
428 SLOGW("%s does not contain a FAT filesystem\n", devicePath);
486 SLOGW("fs_prepare_dir failed: %s", strerror(errno));
522 SLOGW("Failed to unmount %s (%s, retries %d, action %d)",
DirectVolume.cpp 144 SLOGW("Ignoring non add/remove/change event");
162 SLOGW("Kernel block uevent missing 'NPARTS'");
198 SLOGW("Kernel block uevent missing 'PARTN'");
256 SLOGW("Kernel block uevent missing 'NPARTS'");
VolumeManager.cpp 151 SLOGW("No volumes handled block event for '%s'", devpath);
668 SLOGW("Rename attempt when src mounted");
680 SLOGW("Rename attempt when dst mounted");
767 SLOGW("%s unmount attempt %d failed (%s)",
796 SLOGW("Failed to rmdir %s (%s)", mountPoint, strerror(errno));
812 SLOGW("Failed to find loop device for {%s} (%s)", fileName, strerror(errno));
825 SLOGW("mActiveContainers is inconsistent!");
    [all...]
Process.cpp 214 SLOGW("Sending SIGHUP to process %d", pid);
cryptfs.c 143 SLOGW("bad scrypt parameters '%s' should be like '12:8:1'; using defaults", paramstr);
324 SLOGW("upgrading crypto footer to 1.1");
353 SLOGW("upgrading crypto footer to 1.2");
424 SLOGW("Warning: crypto footer minor version %d, expected <= %d, continuing...\n",
983 SLOGW("failure decrypting master key");
    [all...]
  /system/core/include/log/
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 89 milliseconds