Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiDiagnostics.java789 private ArrayList<String> getLogcat(String logcatSections, int maxLines) { in getLogcat() argument
793 String.format("logcat -b %s -t %d", logcatSections, maxLines)); in getLogcat()