Searched refs:MAX_SECTION_NAME_LEN (Results 1 – 1 of 1) sorted by relevance
88 private static final int MAX_SECTION_NAME_LEN = 127; field in Trace281 if (sectionName.length() > MAX_SECTION_NAME_LEN) { in beginSection()