Searched refs:logcatOptions (Results 1 – 2 of 2) sorted by relevance
321 public void setLogcatOptions(String logcatOptions) { in setLogcatOptions() argument322 mLogcatOptions = logcatOptions; in setLogcatOptions()
2062 String logcatOptions = mOptions.getLogcatOptions(); in createLogcatReceiver() local2063 if (logcatOptions == null) { in createLogcatReceiver()2067 String.format("%s %s", LogcatReceiver.LOGCAT_CMD, logcatOptions), in createLogcatReceiver()