Searched refs:logcatOptions (Results 1 – 2 of 2) sorted by relevance
453 public void setLogcatOptions(String logcatOptions) { in setLogcatOptions() argument454 mLogcatOptions = logcatOptions; in setLogcatOptions()
2247 String logcatOptions = mOptions.getLogcatOptions(); in createLogcatReceiver() local2248 if (logcatOptions == null) { in createLogcatReceiver()2252 String.format("%s %s", LogcatReceiver.LOGCAT_CMD, logcatOptions), in createLogcatReceiver()