Searched refs:logcatLines (Results 1 – 1 of 1) sorted by relevance
241 ArrayList<String> logcatLines; field in WifiLogger.BugReport276 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()