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));