Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DTestFailureListener.java45 private static final int LOGCAT_BYTE_LIMIT = 20 * 1024 * 1024; // 20 MB field in TestFailureListener
83 } else if (maxLogcatBytes > LOGCAT_BYTE_LIMIT) { in TestFailureListener()
85 LOGCAT_ON_FAILURE_SIZE_OPTION, LOGCAT_BYTE_LIMIT); in TestFailureListener()
86 mMaxLogcatBytes = LOGCAT_BYTE_LIMIT; in TestFailureListener()