Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDeviceOptions.java68 private long mMaxLogcatDataSize = 20 * 1024 * 1024; field in TestDeviceOptions
275 return mMaxLogcatDataSize; in getMaxLogcatDataSize()
282 mMaxLogcatDataSize = maxLogcatDataSize; in setMaxLogcatDataSize()