Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLogger.java241 ArrayList<String> logcatLines; field in WifiLogger.BugReport
276 if (logcatLines != null) { in toString()
278 for (int i = 0; i < logcatLines.size(); i++) { in toString()
279 builder.append(logcatLines.get(i)).append("\n"); in toString()
520 report.logcatLines = getLogcat(127); in captureBugreport()