Home
last modified time | relevance | path

Searched refs:DumpCatch (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/systemtest/
H A Ddumpcatcher_system_test.cpp255 bool ret = dumplog.DumpCatch(g_loopAppPid, 0, msg);
314 bool ret = dumplog.DumpCatch(g_loopSysPid, 0, msg);
336 bool ret = dumplog.DumpCatch(g_loopRootPid, 0, msg);
356 bool ret = dumplog.DumpCatch(9999, 0, msg);
416 bool ret = dumplog.DumpCatch(0, g_loopAppPid, msg);
435 bool ret = dumplog.DumpCatch(-11, 0, msg);
474 bool ret = dumplog.DumpCatch(g_loopSysPid, 0, msg);
525 bool ret = dumplog.DumpCatch(g_loopAppPid, 0, msg);
1349 bool ret = dumplog.DumpCatch(pid, 0, msg);
1406 if (!dumplog.DumpCatch(pid, 0, msg)) {
[all …]
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-faultlogger.md61 | DfxDumpCatcher | bool DumpCatch(const int pid, const int tid, std::string& msg, size_t maxFra…
148 …中调用DumpCatch接口:以`/base/hiviewdfx/faultloggerd/example/dump_catcher_demo.cpp`为例,引用dfx_dump_catcher.…
169 …bool ret = dumplog.DumpCatch(pid, tid, msg, OHOS::HiviewDFX::DEFAULT_MAX_FRAME_NUM, isJson); // 调用
/ohos5.0/base/startup/appspawn/modules/common/
H A Dappspawn_dfx_dump.cpp26 bool ret = dumpLog.DumpCatch(pid, 0, stackTrace); in DumpSpawnStack()
/ohos5.0/base/hiviewdfx/faultloggerd/test/performancetest/src/
H A Dfaultloggerd_performance_test.cpp123 … dumplog.DumpCatch(FaultPerformanceTest::looprootPid, FaultPerformanceTest::looprootPid, msg);
145 dumplog.DumpCatch(FaultPerformanceTest::looprootPid, 0, msg);
/ohos5.0/base/hiviewdfx/faultloggerd/tools/dump_catcher/
H A Ddump_catcher.cpp38 dumpRet = dfxDump.DumpCatch(pid, tid, msg); in Dump()
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_event_report.cpp63 bool ret = dumplog.DumpCatch(processId, jsThreadId, traceStr); in SendBlockFaultEvent()
/ohos5.0/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerddumpcatcher_fuzzer/
H A Dfaultloggerddumpcatcher_fuzzer.cpp48 catcher->DumpCatch(pid, tid, msg, DEFAULT_MAX_FRAME_NUM, false); in DumpStackTraceTest()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-faultlogger.md60 | DfxDumpCatcher | bool DumpCatch(const int pid, const int tid, std::string& msg) | Return va…
138DumpCatch** API in the source file. Take **/base/hiviewdfx/faultloggerd/example/dump_catcher_demo.…
154 …bool ret = dumplog.DumpCatch(getpid(), gettid(), msg); // Call the DumpCatch API to obtain the ca…
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_error/
H A Db_error.cpp44 HiviewDFX::DfxDumpCatcher().DumpCatch(getprocpid(), syscall(SYS_gettid), msg); in WrapMessageWithExtraInfos()
/ohos5.0/base/hiviewdfx/faultloggerd/example/
H A Ddump_catcher_demo.cpp37 bool ret = dumplog.DumpCatch(pid, tid, msg, OHOS::HiviewDFX::DEFAULT_MAX_FRAME_NUM, isJson); in TestFuncDump()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/
H A Ddfx_dump_catcher.h46 bool DumpCatch(int pid, int tid, std::string& msg, size_t maxFrameNums = DEFAULT_MAX_FRAME_NUM,
/ohos5.0/base/hiviewdfx/faultloggerd/
H A DREADME_zh.md93 * 默认:`bool DumpCatch(int pid, int tid, std::string& msg);`
160 bool ret = dumplog.DumpCatch(getpid(), gettid(), msg);
H A DREADME.md88 Interface method: `bool DumpCatch(const int pid, const int tid, std::string& msg);`
152 bool ret = dumplog.DumpCatch(getpid(), gettid(), msg);
275 1. Process A invokes the `DumpCatch()` API provided by `DumpCatcher` to request for dumping stack i…
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dworker_thread.h58 bool result = dumplog.DumpCatch(getpid(), gettid(), msg); in ~WorkerThread()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp242 if (DumpCatch(pid, 0, msg, maxFrameNums, isJson)) { in DumpCatchProcess()
254 bool DfxDumpCatcher::DumpCatch(int pid, int tid, std::string& msg, size_t maxFrameNums, bool isJson) in DumpCatch() function in OHOS::HiviewDFX::DfxDumpCatcher
302 ret = DumpCatch(pid, tid, msg, maxFrameNums); in DumpCatchFd()
/ohos5.0/base/hiviewdfx/hichecker/frameworks/native/
H A Dhichecker.cpp214 if (!dumplog.DumpCatch(getpid(), gettid(), msg)) { in DumpStackTrace()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
H A Ddumpcatcher_interfaces_test.cpp707 bool ret = dumplog.DumpCatch(pid, 0, msg);
710 bool jsonRet = dumplog.DumpCatch(pid, 0, jsonMsg, DEFAULT_MAX_FRAME_NUM, true);
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhichecker-guidelines-arkts.md105 …hipset-pub-sdk/libdfx_dumpcatcher.z.so(OHOS::HiviewDFX::DfxDumpCatcher::DumpCatch(int, int, std::_…
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dconnection_manager.cpp310 bool ret = dumpLog.DumpCatch(pid, tid, stackTrace); in ReportConnectionLeakEvent()
/ohos5.0/docs/en/application-dev/dfx/
H A Dhichecker-guidelines-arkts.md105 …hipset-pub-sdk/libdfx_dumpcatcher.z.so(OHOS::HiviewDFX::DfxDumpCatcher::DumpCatch(int, int, std::_…
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2818 dumpCatcher.DumpCatch(pid, tid, dfxThreadBlockMsg, MAX_FRAME_NUMS, false); in PrintLog()