Searched refs:TOTAL_LINE_NUM (Results 1 – 2 of 2) sorted by relevance
59 static const int TOTAL_LINE_NUM; variable
42 const int LogUtil::TOTAL_LINE_NUM = 200; member in OHOS::HiviewDFX::LogUtil201 while (getline(buffer, line) && num++ < TOTAL_LINE_NUM) { in GetTrace()