Searched refs:mMaxLogcatBytes (Results 1 – 4 of 4) sorted by relevance
62 private int mMaxLogcatBytes; field in TestFailureListener82 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()
117 private int mMaxLogcatBytes = 500 * 1024; // 500K field in ITestSuite401 mMaxLogcatBytes); in run()
199 private int mMaxLogcatBytes = 500 * 1024; // 500K field in InstrumentationTest590 mMaxLogcatBytes = logcatOnFailureSize; in setLogcatOnFailureSize()869 listener = new FailedTestLogcatGenerator(listener, getDevice(), mMaxLogcatBytes); in addLogcatListenerIfEnabled()
117 private int mMaxLogcatBytes = 500 * 1024; // 500K field in InstalledInstrumentationsTest