Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DTestUtils.java52 private static final int MAX_CRASH_SNIPPET_LINES = 60; field in TestUtils
309 String truncatedEntry = truncateFunction.apply(fullEntry, MAX_CRASH_SNIPPET_LINES); in compileTestFailureMessage()