Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
H A Dlog_util.cpp36 const int BUF_LEN_2048 = 2048; variable
61 if (line.length() > BUF_LEN_2048) { in GetTrace()