/ohos5.0/base/hiviewdfx/faultloggerd/test/systemtest/ |
H A D | dumpcatcher_system_test.cpp | 255 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 D | subsys-dfx-faultlogger.md | 61 | 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 D | appspawn_dfx_dump.cpp | 26 bool ret = dumpLog.DumpCatch(pid, 0, stackTrace); in DumpSpawnStack()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/performancetest/src/ |
H A D | faultloggerd_performance_test.cpp | 123 … dumplog.DumpCatch(FaultPerformanceTest::looprootPid, FaultPerformanceTest::looprootPid, msg); 145 dumplog.DumpCatch(FaultPerformanceTest::looprootPid, 0, msg);
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/dump_catcher/ |
H A D | dump_catcher.cpp | 38 dumpRet = dfxDump.DumpCatch(pid, tid, msg); in Dump()
|
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/ |
H A D | form_render_event_report.cpp | 63 bool ret = dumplog.DumpCatch(processId, jsThreadId, traceStr); in SendBlockFaultEvent()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerddumpcatcher_fuzzer/ |
H A D | faultloggerddumpcatcher_fuzzer.cpp | 48 catcher->DumpCatch(pid, tid, msg, DEFAULT_MAX_FRAME_NUM, false); in DumpStackTraceTest()
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-dfx-faultlogger.md | 60 | DfxDumpCatcher | bool DumpCatch(const int pid, const int tid, std::string& msg) | Return va… 138 …DumpCatch** 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 D | b_error.cpp | 44 HiviewDFX::DfxDumpCatcher().DumpCatch(getprocpid(), syscall(SYS_gettid), msg); in WrapMessageWithExtraInfos()
|
/ohos5.0/base/hiviewdfx/faultloggerd/example/ |
H A D | dump_catcher_demo.cpp | 37 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 D | dfx_dump_catcher.h | 46 bool DumpCatch(int pid, int tid, std::string& msg, size_t maxFrameNums = DEFAULT_MAX_FRAME_NUM,
|
/ohos5.0/base/hiviewdfx/faultloggerd/ |
H A D | README_zh.md | 93 * 默认:`bool DumpCatch(int pid, int tid, std::string& msg);` 160 bool ret = dumplog.DumpCatch(getpid(), gettid(), msg);
|
H A D | README.md | 88 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 D | worker_thread.h | 58 bool result = dumplog.DumpCatch(getpid(), gettid(), msg); in ~WorkerThread()
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
H A D | dfx_dump_catcher.cpp | 242 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 D | hichecker.cpp | 214 if (!dumplog.DumpCatch(getpid(), gettid(), msg)) { in DumpStackTrace()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/ |
H A D | dumpcatcher_interfaces_test.cpp | 707 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 D | hichecker-guidelines-arkts.md | 105 …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 D | connection_manager.cpp | 310 bool ret = dumpLog.DumpCatch(pid, tid, stackTrace); in ReportConnectionLeakEvent()
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | hichecker-guidelines-arkts.md | 105 …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 D | mmi_service.cpp | 2818 dumpCatcher.DumpCatch(pid, tid, dfxThreadBlockMsg, MAX_FRAME_NUMS, false); in PrintLog()
|