Home
last modified time | relevance | path

Searched refs:dumpOtherThreads (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_config.h27 bool dumpOtherThreads = true; member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_config.cpp84 if (key.compare("dumpOtherThreads") == 0) { in ParserConfig()
86 config.dumpOtherThreads = false; in ParserConfig()
88 config.dumpOtherThreads = true; in ParserConfig()
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_remote.cpp180 if ((!DfxConfig::GetConfig().dumpOtherThreads) || (vmPid != 0 && !isVmProcAttach)) { in UnwindOtherThread()
247 if (!DfxConfig::GetConfig().dumpOtherThreads) { in InitOtherThreadRegs()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp651 ASSERT_EQ(DfxConfig::GetConfig().dumpOtherThreads, true); in HWTEST_F()

Completed in 4 milliseconds