/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/ |
H A D | unique_stack_table.cpp | 39 DFXLOGW("Hashtable size limit, initial value too large!\n"); in Init() 51 DFXLOGW("Failed to mmap!\n"); in Init() 67 DFXLOGW("[%{public}d]: Hashtable not exist, fatal error!", __LINE__); in Resize() 72 DFXLOGW("Before resize, totalNodes_: %{public}u, availableNodes_: %{public}u, " \ in Resize() 77 DFXLOGW("Hashtable size limit, resize failed current cnt: %{public}u, max cnt: %{public}u", in Resize() 104 DFXLOGW("After resize, totalNodes_: %{public}u, availableNodes_: %{public}u, " \ in Resize() 114 DFXLOGW("The value of the hashModulus_ is zero\n"); in PutPcInSlot() 148 DFXLOGW("Collison unresolved, need resize, usedSlots_.size(): %{public}zu, curPcIdx: %{public}" PRIu64 "", in PutPcInSlot() 157 DFXLOGW("init Hashtable failed, fatal error!"); in PutPcsInTable() 184 DFXLOGW("[ in GetWriteSize() [all...] |
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_hap.cpp | 59 DFXLOGW("Failed to parse hap file info"); in ParseHapInfo() 64 DFXLOGW("Failed to parse hap mem info"); in ParseHapInfo() 83 DFXLOGW("Failed to parse ark file info, pc: %{public}p, begin: %{public}p", in ParseHapFileInfo() 101 DFXLOGW("Failed to parse hap mem data, pid: %{public}d", pid); in ParseHapMemInfo() 106 DFXLOGW("Failed to parse ark frame info, pc: %{public}p, begin: %{public}p", in ParseHapMemInfo() 129 DFXLOGW("Failed to get hap abc info: %{public}s", name.c_str()); in ParseHapFileData() 158 DFXLOGW("ReadProcMemByPid(%{public}d) return size(%{public}zu), real size(%{public}zu)", in ParseHapMemData()
|
H A D | dfx_ptrace.cpp | 48 DFXLOGW("Failed to seize tid(%{public}d), errno=%{public}d", tid, errno); in Attach() 53 DFXLOGW("Failed to interrupt tid(%{public}d), errno=%{public}d", tid, errno); in Attach() 68 DFXLOGW("Failed to wait tid(%{public}d) attached.", tid); in Attach()
|
H A D | thread_context.cpp | 94 DFXLOGW("Context of tid(%{public}d) is already removed.", tid); in RemoveContextLocked() 108 DFXLOGW("Failed to release context of tid(%{public}d), still using?", tid); in RemoveContextLocked() 144 DFXLOGW("Failed to get context of tid(%{public}d)", tid); in GetThreadContext() 169 DFXLOGW("Failed to get context of tid(%{public}d), still using?", tid); in CollectThreadContext() 211 DFXLOGW("Failed to copy local ucontext with tid(%{public}d)", tid); in CopyContextAndWaitTimeout() 216 DFXLOGW("Failed to get stack range with tid(%{public}d)", tid); in CopyContextAndWaitTimeout() 262 DFXLOGW("Failed to send signal(%{public}d) to tid(%{public}d), errno(%{public}d).", si.si_signo, tid, errno); in SignalRequestThread()
|
H A D | dfx_symbols.cpp | 59 DFXLOGW("Failed to dlopen librustc_demangle, %{public}s", dlerror()); in FindRustDemangleFunction() 65 DFXLOGW("Failed to dlsym rustc_demangle, %{public}s", dlerror()); in FindRustDemangleFunction()
|
H A D | dfx_elf_parser.cpp | 70 DFXLOGW("[%{public}d]: ParseElfHeaders failed", __LINE__); in ParseAllHeaders() 75 DFXLOGW("[%{public}d]: ParseProgramHeaders failed", __LINE__); in ParseAllHeaders() 80 DFXLOGW("ParseSectionHeaders failed"); in ParseAllHeaders() 105 DFXLOGW("Failed the machine = %{public}d", machine); in ParseElfHeaders()
|
H A D | unwinder.cpp | 536 DFXLOGW("Failed to get thread context of tid(%{public}d)", tid); in UnwindLocalWithTid() 760 DFXLOGW("frames size: %{public}zu", frames_.size()); in Unwind() 771 DFXLOGW("Step signal frame, pc: %{public}p", reinterpret_cast<void *>(frame.pc)); in Unwind() 886 DFXLOGW("Step signal frame, pc: %{public}p", reinterpret_cast<void *>(frame.pc)); in Step() 930 DFXLOGW("Failed to get map with ark, frames size: %{public}zu", frames_.size()); in StepInner() 1037 DFXLOGW("Failed to apply first frame, lr fallback"); in StepInner() 1045 DFXLOGW("Failed to step first frame, lr fallback"); in StepInner() 1253 DFXLOGW("Get hap error, name: %{public}s", frame.map->name.c_str()); in FillJsFrame() 1260 DFXLOGW("Failed to parse ark frame info local, pc: %{public}p, begin: %{public}p", in FillJsFrame() 1267 DFXLOGW("Faile in FillJsFrame() [all...] |
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | cppcrash_reporter.cpp | 81 DFXLOGW("Failed to format crash report."); in ReportToHiview() 85 DFXLOGW("Failed to report, hiview is crashed."); in ReportToHiview() 91 DFXLOGW("Failed to dlopen libfaultlogger, %{public}s\n", dlerror()); in ReportToHiview() 97 DFXLOGW("Failed to dlsym AddFaultLog, %{public}s\n", dlerror()); in ReportToHiview() 160 DFXLOGW("Do not to report to AbilityManagerService, foundation is crashed."); in ReportToAbilityManagerService() 166 DFXLOGW("Failed to dlopen libabilityms, %{public}s\n", dlerror()); in ReportToAbilityManagerService() 172 DFXLOGW("Failed to dlsym RecordAppExitReason, %{public}s\n", dlerror()); in ReportToAbilityManagerService() 184 DFXLOGW("hisysevent write result=%{public}d, send event [FRAMEWORK,PROCESS_KILL], pid=%{public}d," in ReportToAbilityManagerService()
|
H A D | dfx_logger.cpp | 34 DFXLOGW("WriteLog: vsnprintf_s fail"); in WriteLog() 44 DFXLOGW("%{public}s", buf); in WriteLog()
|
H A D | dfx_unwind_remote.cpp | 84 DFXLOGW("start unwind process."); in UnwindProcess() 86 DFXLOGW("%{public}s::process or unwinder is not initialized.", __func__); in UnwindProcess() 102 DFXLOGW("%{public}s::unwind vm thread is not initialized.", __func__); in UnwindProcess() 108 DFXLOGW("%{public}s::unwind key thread is not initialized.", __func__); in UnwindProcess() 123 DFXLOGW("success unwind thread cnt is %{public}d", unwCnt); in UnwindProcess() 136 DFXLOGW("%{public}s::unwind thread is not initialized.", __func__); in UnwindKeyThread() 140 DFXLOGW("%{public}s::request is not initialized.", __func__); in UnwindKeyThread() 223 DFXLOGW("%{public}s, unwind tid(%{public}d) finish ret(%{public}d).", __func__, tid, ret); in UnwindOtherThread()
|
H A D | main.cpp | 55 DFXLOGW("Start main function of processdump"); in main()
|
H A D | printer.cpp | 117 DFXLOGW("process is nullptr"); in PrintReason() 133 DFXLOGW("%{public}s is nullptr", unwinder == nullptr ? "unwinder" : "keyThread_"); in PrintReason() 139 DFXLOGW("regs is nullptr"); in PrintReason()
|
H A D | dfx_fault_stack.cpp | 85 DFXLOGW("null frames."); in CollectStackInfo() 308 DFXLOGW("%{public}s : mapName(%{public}s) is not file.", __func__, frame.mapName.c_str()); in ParseUnwindStack()
|
H A D | dfx_ring_buffer_wrapper.cpp | 150 DFXLOGW("%{public}s :: Failed to set fd.\n", __func__); in SetWriteBufFd()
|
/base/hiviewdfx/faultloggerd/common/dfxlog/ |
H A D | dfx_log.h | 42 #define DFXLOGW(fmt, ...) HILOG_BASE_WARN(LOG_CORE, fmt, ##__VA_ARGS__) macro 64 #define DFXLOGW(fmt, ...) HILOG_WARN(LOG_CORE, fmt, ##__VA_ARGS__) macro 82 #define DFXLOGW(fmt, ...) macro
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/ |
H A D | musl_log.h | 72 #define DFXLOGW(...) DFXMUSL_PRINT(LOG_WARN, __VA_ARGS__) macro 81 #define DFXLOGW(...) macro
|
/base/hiviewdfx/faultloggerd/test/benchmarktest/main/ |
H A D | main_benchmark.cpp | 37 DFXLOGW("Invalid cpu %{public}d", lockCpu);
in LockToCpu() 59 DFXLOGW("Malformed value for --benchmark_cpu, requires a valid positive number.");
in main()
|
/base/hiviewdfx/faultloggerd/test/funchook/ |
H A D | dfx_signal_hook.c | 131 DFXLOGW("Fail to print path."); in IsSigactionAddr() 137 DFXLOGW("Fail to open maps info."); in IsSigactionAddr() 151 DFXLOGW("Fail to parse maps info."); in IsSigactionAddr() 167 DFXLOGW("Fail to close maps info."); in IsSigactionAddr()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/ |
H A D | dfx_kernel_stack.cpp | 45 DFXLOGW("Failed create HstackVal, errno:%{public}d", errno);
in DfxGetKernelStack() 52 DFXLOGW("Failed to open bbox, errno:%{public}d", errno);
in DfxGetKernelStack() 58 DFXLOGW("Failed to get pid(%{public}d) kernel stack, errno:%{public}d", pid, errno);
in DfxGetKernelStack()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
H A D | dfx_dump_catcher.cpp | 248 DFXLOGW("Receive DumpCatch request for cPid:(%{public}d), pid(%{public}d), " \ in DumpCatch() 267 DFXLOGW("dump_catch : pid = %{public}d, elapsed time = %{public}" PRId64 " ms, ret = %{public}d, " \ in DumpCatch() 290 DFXLOGW("%{public}s :: %{public}s :: %{public}s", DFXDUMPCATCHER_TAG.c_str(), __func__, msg.c_str()); in DoDumpCatchRemote() 307 DFXLOGW("%{public}s :: %{public}s :: %{public}s", DFXDUMPCATCHER_TAG.c_str(), __func__, msg.c_str()); in DoDumpCatchRemote() 329 DFXLOGW("%{public}s :: %{public}s :: pid(%{public}d) ret: %{public}d", DFXDUMPCATCHER_TAG.c_str(), in DoDumpCatchRemote() 379 DFXLOGW("No process(%{public}d) status file exist!", pid); in CollectKernelStack() 534 DFXLOGW("%{public}s :: %{public}s :: %{public}s", DFXDUMPCATCHER_TAG.c_str(), __func__, resMsg.c_str()); in DoDumpRemotePoll() 546 DFXLOGW("%{public}s :: %{public}s :: read error", DFXDUMPCATCHER_TAG.c_str(), __func__); in DoReadBuf() 562 DFXLOGW("%{public}s :: %{public}s :: read error", DFXDUMPCATCHER_TAG.c_str(), __func__); in DoReadRes()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/ |
H A D | dfx_dumprequest.c | 209 DFXLOGW("Default signal alarm error!"); in DFX_SetUpSigAlarmAction() 261 DFXLOGW("execl processdump."); in DFX_ExecDump() 415 DFXLOGW("start processdump, fork spend time %{public}" PRIu64 "ms", curTime - startTime); in StartProcessdump() 417 DFXLOGW("dump remain %{public}" PRId64 "ms", endTime - curTime); in StartProcessdump() 422 DFXLOGW("current has spend all time, not execl processdump"); in StartProcessdump() 444 DFXLOGW("start vm process, fork spend time %{public}" PRIu64 "ms", GetAbsTimeMilliSeconds() - startTime); in StartVMProcessUnwind() 585 DFXLOGW("enter processdump has coat all time, just exit"); in ProcessDump()
|
H A D | dfx_signal_handler.c | 422 DFXLOGW("DFX_SigchainHandler :: sig(%{public}d), pid(%{public}d), tid(%{public}d).", sig, pid, tid); in DFX_SigchainHandler() 426 DFXLOGW("DFX_SigchainHandler :: sig(%{public}d:%{public}d) is not remote dump type, return directly", in DFX_SigchainHandler() 451 DFXLOGW("Finish handle signal(%{public}d) in %{public}d:%{public}d.", sig, g_request.pid, g_request.tid); in DFX_SigchainHandler()
|
/base/hiviewdfx/faultloggerd/common/dfxutil/ |
H A D | elapsed_time.h | 41 DFXLOGW("%{public}s running %{public}" PRId64 " ms", printContent_.c_str(), costTime); in ~ElapsedTime()
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | elf_imitate.cpp | 142 DFXLOGW("ParseElfHeaders failed"); in ParseAllHeaders() 147 DFXLOGW("ParseProgramHeaders failed"); in ParseAllHeaders() 152 DFXLOGW("ReadSectionHeaders failed"); in ParseAllHeaders() 156 DFXLOGW("ParseElfSymbols failed"); in ParseAllHeaders() 197 DFXLOGW("Failed the machine = %{public}s", machine_.c_str()); in ParseElfHeaders()
|
/base/hiviewdfx/faultloggerd/services/ |
H A D | fault_logger_daemon.cpp | 110 DFXLOGW("%{public}s :: CheckCallerUID :: Caller Uid(%{public}d) is unexpectly.\n", in CheckCallerUID() 192 DFXLOGW("%{public}s :: Failed to accept connection", FAULTLOGGERD_TAG.c_str()); in HandleAccept() 629 DFXLOGW("%{public}s :: pid(%{public}d) has been crashed, break.\n", in HandleSdkDumpRequest() 803 DFXLOGW("%{public}s :: Failed to epoll ctl add Fd(%{public}d), errno(%{public}d)", in AddEvent() 815 DFXLOGW("%{public}s :: Failed to epoll ctl del Fd(%{public}d), errno(%{public}d)", in DelEvent() 856 DFXLOGW("Failed to check request credential request:%{public}d:" \ in CheckRequestCredential() 929 DFXLOGW("%{public}s :: %{public}s: epoll event(%{public}d) error.", in WaitForRequest()
|