Home
last modified time | relevance | path

Searched defs:maxFrameNums (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/frameworks/unwinder/include/
Ddfx_config.h31 unsigned int maxFrameNums = 64; member
/base/hiviewdfx/faultloggerd/frameworks/unwinder/
Ddfx_config.cpp115 unsigned int maxFrameNums = static_cast<unsigned int>(atoi(value.data())); in ParserConfig() local