Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLogger.java197 BugReport report = captureBugreport(reason, isVerboseLoggingEnabled()); in captureBugReportData()
203 BugReport report = captureBugreport(errorCode, isVerboseLoggingEnabled()); in captureAlertData()
232 class BugReport { class in WifiLogger
351 private final LimitedCircularArray<BugReport> mLastAlerts =
352 new LimitedCircularArray<BugReport>(MAX_ALERT_REPORTS);
353 private final LimitedCircularArray<BugReport> mLastBugReports =
354 new LimitedCircularArray<BugReport>(MAX_BUG_REPORTS);
501 private BugReport captureBugreport(int errorCode, boolean captureFWDump) { in captureBugreport()
502 BugReport report = new BugReport(); in captureBugreport()
531 LimitedCircularArray<BugReport> getBugReports() { in getBugReports()