Searched refs:SLOGW (Results 1 – 10 of 10) sorted by relevance
/system/core/libsysutils/src/ |
D | ServiceManager.cpp | 55 SLOGW("Service '%s' is already running", name); in start() 70 SLOGW("Timed out waiting for service '%s' to start", name); in start() 85 SLOGW("Service '%s' is already stopped", name); in stop() 101 SLOGW("Timed out waiting for service '%s' to stop", name); in stop()
|
D | SocketClient.cpp | 141 SLOGW("malloc error (%s)", strerror(errno)); in quoteArg() 167 SLOGW("Unable to send msg '%s'", msg); in sendMsg() 233 SLOGW("0 length write :("); in sendDataLockedv() 236 SLOGW("write error (%s)", strerror(e)); in sendDataLockedv()
|
D | FrameworkCommand.cpp | 32 SLOGW("Command %s has no run handler!", getCommand()); in runCommand()
|
D | FrameworkListener.cpp | 64 SLOGW("String is not zero-terminated"); in onDataAvailable() 195 SLOGW("Handler '%s' error (%s)", c->getCommand(), strerror(errno)); in dispatchCommand()
|
D | SocketListener.cpp | 264 SLOGW("Error sending broadcast (%s)", strerror(errno)); in sendBroadcast()
|
/system/core/liblog/include/log/ |
D | log_system.h | 109 #ifndef SLOGW 110 #define SLOGW(...) \ macro
|
/system/core/liblog/include_vndk/log/ |
D | log_system.h | 109 #ifndef SLOGW 110 #define SLOGW(...) \ macro
|
/system/core/liblog/tests/ |
D | log_system_test.cpp | 50 SLOGW(content); in TEST()
|
/system/vold/ |
D | cryptfs.cpp | 471 SLOGW("bad scrypt parameters '%s' should be like '12:8:1'; using defaults", paramstr); in get_device_scrypt_params() 674 SLOGW("upgrading crypto footer to 1.1"); in upgrade_crypt_ftr() 705 SLOGW("upgrading crypto footer to 1.2"); in upgrade_crypt_ftr() 715 SLOGW("upgrading crypto footer to 1.3"); in upgrade_crypt_ftr() 792 SLOGW("Warning: crypto footer minor version %d, expected <= %d, continuing...\n", in get_crypt_ftr_and_key() 1363 SLOGW("failure decrypting master key"); in decrypt_master_key() 1389 SLOGW("could not read mount files"); in ensure_subdirectory_unmounted() 1405 SLOGW("found sub-directory mount %s - %s\n", prefix, mentry->mnt_dir); in ensure_subdirectory_unmounted() 1416 SLOGW("umount sub-directory mount %s\n", mount_point.c_str()); in ensure_subdirectory_unmounted() 1445 SLOGW("sending SIGHUP to processes with open files\n"); in wait_and_unmount() [all …]
|
/system/core/liblog/ |
D | README.md | 42 SLOGW(format, ...)
|