Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DLogcatReceiver.java59 this(device, getDefaultLogcatCmd(device), maxFileSize, logStartDelay); in LogcatReceiver()
97 public static String getDefaultLogcatCmd(ITestDevice device) { in getDefaultLogcatCmd() method in LogcatReceiver
DNativeDevice.java2936 "%s -t '%s'", LogcatReceiver.getDefaultLogcatCmd(this), dateFormatted); in getLogcatSince()
2970 LogcatReceiver.getDefaultLogcatCmd(this) + " -d", in getLogcatDump()
3021 String.format("%s %s", LogcatReceiver.getDefaultLogcatCmd(this), logcatOptions), in createLogcatReceiver()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceFuncTest.java855 LogcatReceiver.getDefaultLogcatCmd(mTestDevice) + " -d"); in testLogcatCmd()