Searched defs:logcatCmd (Results 1 – 3 of 3) sorted by relevance
42 public LogcatReceiver(ITestDevice device, String logcatCmd, in LogcatReceiver()98 String logcatCmd = "logcat -b all -v threadtime"; in getDefaultLogcatCmd() local
211 String logcatCmd = logcatCmdBuilder.toString(); in start() local
215 LogcatReceiver createLogcatReceiver(ITestDevice device, String logcatCmd) { in createLogcatReceiver()