Searched refs:LOG_ERR (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/hiviewdfx/hidumper/client/native/ |
H A D | dump_client_main.cpp | 41 LOG_ERR("too many arguments(%d), limit size %d.\n", argc, ARG_MAX_COUNT); in Main() 45 LOG_ERR("argument is null.\n"); in Main() 50 LOG_ERR("argument(%d) is null.\n", i); in Main() 55 LOG_ERR("argument(%d) is empty.\n", i); in Main() 59 LOG_ERR("too long argument(%d), limit size %d.\n", i, SINGLE_ARG_MAXLEN); in Main()
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/ |
H A D | common.h | 44 #define LOG_ERR(format, ...) \ macro
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/ |
H A D | rpc_log.h | 80 #define LOG_ERR(fmt, ...) do { \
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/ |
H A D | kmsg_parser.cpp | 40 #undef LOG_ERR
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/ |
H A D | dump_implement.cpp | 141 LOG_ERR("too many arguments(%d), limit size %d.\n", argc, ARG_MAX_COUNT); in CmdParse() 146 LOG_ERR("argument(%d) is null.\n", i); in CmdParse() 151 LOG_ERR("argument(%d) is empty.\n", i); in CmdParse() 155 LOG_ERR("too long argument(%d), limit size %d.\n", i, SINGLE_ARG_MAXLEN); in CmdParse()
|