Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DTestFailureListener.java62 private int mMaxLogcatBytes; field in TestFailureListener
82 mMaxLogcatBytes = DEFAULT_MAX_LOGCAT_BYTES; in TestFailureListener()
86 mMaxLogcatBytes = LOGCAT_BYTE_LIMIT; in TestFailureListener()
88 mMaxLogcatBytes = maxLogcatBytes; in TestFailureListener()
165 device.getLogcat(mMaxLogcatBytes)) { in captureFailure()
DITestSuite.java117 private int mMaxLogcatBytes = 500 * 1024; // 500K field in ITestSuite
401 mMaxLogcatBytes); in run()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstrumentationTest.java199 private int mMaxLogcatBytes = 500 * 1024; // 500K field in InstrumentationTest
590 mMaxLogcatBytes = logcatOnFailureSize; in setLogcatOnFailureSize()
869 listener = new FailedTestLogcatGenerator(listener, getDevice(), mMaxLogcatBytes); in addLogcatListenerIfEnabled()
DInstalledInstrumentationsTest.java117 private int mMaxLogcatBytes = 500 * 1024; // 500K field in InstalledInstrumentationsTest