Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DLogcatOnFailureCollector.java119 device, LOGCAT_COLLECT_CMD, device.getOptions().getMaxLogcatDataSize(), 0); in createLogcatReceiver()
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DLogcatTimingMetricCollector.java216 return new LogcatReceiver(device, logcatCmd, device.getOptions().getMaxLogcatDataSize(), 0); in createLogcatReceiver()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DTestDeviceOptions.java454 public long getMaxLogcatDataSize() { in getMaxLogcatDataSize() method in TestDeviceOptions
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2933 getOptions().getMaxLogcatDataSize()); in getLogcatSince()
2966 getOptions().getMaxLogcatDataSize()); in getLogcatDump()
3017 return new LogcatReceiver(this, mOptions.getMaxLogcatDataSize(), mLogStartDelay); in createLogcatReceiver()
3022 mOptions.getMaxLogcatDataSize(), in createLogcatReceiver()