Searched refs:logcatOptions (Results 1 – 2 of 2) sorted by relevance
669 public void setLogcatOptions(String logcatOptions) { in setLogcatOptions() argument670 mLogcatOptions = logcatOptions; in setLogcatOptions()
3012 String logcatOptions = mOptions.getLogcatOptions(); in createLogcatReceiver() local3016 if (logcatOptions == null) { in createLogcatReceiver()3021 String.format("%s %s", LogcatReceiver.getDefaultLogcatCmd(this), logcatOptions), in createLogcatReceiver()