Searched refs:logcatSections (Results 1 – 1 of 1) sorted by relevance
777 private ArrayList<String> getLogcat(String logcatSections, int maxLines) { in getLogcat() argument781 process = mJavaRuntime.exec("logcat -b " + logcatSections + " -t " + maxLines); in getLogcat()