Home
last modified time | relevance | path

Searched refs:logcatSections (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDiagnostics.java777 private ArrayList<String> getLogcat(String logcatSections, int maxLines) { in getLogcat() argument
781 process = mJavaRuntime.exec("logcat -b " + logcatSections + " -t " + maxLines); in getLogcat()