/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | cppcrash_reporter.cpp | 82 DFXLOG_WARN("%s", "Failed to format crash report."); in ReportToHiview() 86 DFXLOG_WARN("%s", "Failed to report, hiview is crashed."); in ReportToHiview() 92 DFXLOG_WARN("Failed to dlopen libfaultlogger, %s\n", dlerror()); in ReportToHiview() 98 DFXLOG_WARN("Failed to dlsym AddFaultLog, %s\n", dlerror()); in ReportToHiview() 161 DFXLOG_WARN("%s", "Do not to report to AbilityManagerService, foundation is crashed."); in ReportToAbilityManagerService() 167 DFXLOG_WARN("Failed to dlopen libabilityms, %s\n", dlerror()); in ReportToAbilityManagerService() 173 DFXLOG_WARN("Failed to dlsym RecordAppExitReason, %s\n", dlerror()); in ReportToAbilityManagerService() 185 …DFXLOG_WARN("hisysevent write result=%d, send event [FRAMEWORK,PROCESS_KILL], pid=%d processName=%… in ReportToAbilityManagerService()
|
H A D | dfx_unwind_remote.cpp | 85 DFXLOG_WARN("%s::process or unwinder is not initialized.", __func__); in UnwindProcess() 101 DFXLOG_WARN("%s::unwind vm thread is not initialized.", __func__); in UnwindProcess() 107 DFXLOG_WARN("%s::unwind key thread is not initialized.", __func__); in UnwindProcess() 135 DFXLOG_WARN("%s::unwind thread is not initialized.", __func__); in UnwindKeyThread() 139 DFXLOG_WARN("%s::request is not initialized.", __func__); in UnwindKeyThread() 218 DFXLOG_WARN("%s, unwind tid(%d) finish ret(%d).", __func__, tid, ret); in UnwindOtherThread()
|
H A D | dfx_logger.cpp | 38 DFXLOG_WARN("%s", "WriteLog: vsnprintf_s fail"); in WriteLog() 54 DFXLOG_WARN("%s", buf); in WriteLog()
|
H A D | printer.cpp | 102 DFXLOG_WARN("%s", "process is nullptr"); in PrintReason() 116 DFXLOG_WARN("%s", "unwinder is nullptr"); in PrintReason() 122 DFXLOG_WARN("%s", "Thread_ is nullptr"); in PrintReason() 127 DFXLOG_WARN("%s", "regs is nullptr"); in PrintReason()
|
H A D | dfx_fault_stack.cpp | 85 DFXLOG_WARN("%s", "null frames."); in CollectStackInfo() 307 DFXLOG_WARN("%s : mapName(%s) is not file.", __func__, frame.mapName.c_str()); in ParseUnwindStack()
|
H A D | dfx_ring_buffer_wrapper.cpp | 150 DFXLOG_WARN("%s :: Failed to set fd.\n", __func__); in SetWriteBufFd()
|
H A D | dfx_unwind_async_thread.cpp | 113 DFXLOG_WARN("%s::Failed to get pcs", __func__); in GetSubmitterStack()
|
H A D | process_dumper.cpp | 808 DFXLOG_WARN("%s", "Failed to request fd from faultloggerd."); in InitPrintThread()
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/ |
H A D | dfx_kernel_stack.cpp | 45 DFXLOG_WARN("Failed create HstackVal, errno:%d", errno); in DfxGetKernelStack() 52 DFXLOG_WARN("Failed to open bbox, errno:%d", errno); in DfxGetKernelStack() 58 DFXLOG_WARN("Failed to get pid(%d) kernel stack, errno:%d", pid, errno); in DfxGetKernelStack()
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/ |
H A D | musl_log.h | 78 #define DFXLOG_WARN(...) DFXLOG_PRINT(LOG_WARN, ##__VA_ARGS__) macro 88 #define DFXLOG_WARN(...)
|
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxlog/ |
H A D | dfx_log.h | 61 #define DFXLOG_WARN(fmt, ...) DFXLOG_PRINT(LOG_WARN, fmt, ##__VA_ARGS__) macro 107 #define DFXLOG_WARN(fmt, ...) DFXLOG_STD_ARRAY(LOG_WARN, fmt, ##__VA_ARGS__) macro 117 #define DFXLOG_WARN(fmt, ...)
|
/ohos5.0/base/hiviewdfx/faultloggerd/services/ |
H A D | fault_logger_daemon.cpp | 109 …DFXLOG_WARN("%s :: CheckCallerUID :: Caller Uid(%d) is unexpectly.\n", FAULTLOGGERD_TAG.c_str(), c… in CheckCallerUID() 173 DFXLOG_WARN("%s :: Failed to accept connection", FAULTLOGGERD_TAG.c_str()); in HandleAccept() 605 … DFXLOG_WARN("%s :: pid(%d) has been crashed, break.\n", FAULTLOGGERD_TAG.c_str(), request->pid); in HandleSdkDumpRequest() 783 …DFXLOG_WARN("%s :: Failed to epoll ctl add Fd(%d), errno(%d)", FAULTLOGGERD_TAG.c_str(), addFd, er… in AddEvent() 794 …DFXLOG_WARN("%s :: Failed to epoll ctl del Fd(%d), errno(%d)", FAULTLOGGERD_TAG.c_str(), delFd, er… in DelEvent() 834 DFXLOG_WARN("Failed to check request credential request:%d:%d cred:%d:%d fd:%d:%d", in CheckRequestCredential() 905 …DFXLOG_WARN("%s :: %s: epoll event(%d) error.", FAULTLOGGERD_TAG.c_str(), __func__, events[i].even… in WaitForRequest()
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
H A D | dfx_dump_catcher.cpp | 315 DFXLOG_WARN("%s :: %s :: %s", DFXDUMPCATCHER_TAG.c_str(), __func__, msg.c_str()); in DoDumpCatchRemote() 332 DFXLOG_WARN("%s :: %s :: %s", DFXDUMPCATCHER_TAG.c_str(), __func__, msg.c_str()); in DoDumpCatchRemote() 402 DFXLOG_WARN("No process(%d) status file exist!", pid); in CollectKernelStack() 564 DFXLOG_WARN("%s :: %s :: read error", DFXDUMPCATCHER_TAG.c_str(), __func__); in DoReadBuf() 580 DFXLOG_WARN("%s :: %s :: read error", DFXDUMPCATCHER_TAG.c_str(), __func__); in DoReadRes()
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/dump_catcher/ |
H A D | dump_catcher.cpp | 46 DFXLOG_WARN("type(%d) invalid, must %d(native), %d(mix), %d(kernel)", \ in Dump()
|
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/ |
H A D | elapsed_time.h | 41 DFXLOG_WARN("%s running %" PRId64 " ms", printContent_.c_str(), costTime); in ~ElapsedTime()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | elf_imitate.cpp | 142 DFXLOG_WARN("%s", "ParseElfHeaders failed"); in ParseAllHeaders() 147 DFXLOG_WARN("%s", "ParseProgramHeaders failed"); in ParseAllHeaders() 152 DFXLOG_WARN("%s", "ReadSectionHeaders failed"); in ParseAllHeaders() 156 DFXLOG_WARN("%s", "ParseElfSymbols failed"); in ParseAllHeaders() 197 DFXLOG_WARN("Failed the machine = %s", machine_.c_str()); in ParseElfHeaders()
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/ |
H A D | faultloggerd_socket.cpp | 128 DFXLOG_WARN("%s :: Failed to get socket fd by cfg", __func__); in StartListen()
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/ |
H A D | dfx_signal_handler.c | 375 DFXLOG_WARN("Default signal alarm error!"); in DFX_SetUpSigAlarmAction() 875 … DFXLOG_WARN("DFX_SigchainHandler :: sig(%d:%d) is not remote dump type, return directly", in DFX_SigchainHandler()
|