Searched refs:getDefaultLogcatCmd (Results 1 – 3 of 3) sorted by relevance
59 this(device, getDefaultLogcatCmd(device), maxFileSize, logStartDelay); in LogcatReceiver()97 public static String getDefaultLogcatCmd(ITestDevice device) { in getDefaultLogcatCmd() method in LogcatReceiver
2936 "%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()
855 LogcatReceiver.getDefaultLogcatCmd(mTestDevice) + " -d"); in testLogcatCmd()