Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiDiagnostics.java254 BugReport report = captureBugreport(reason, isVerboseLoggingEnabled()); in captureBugReportData()
261 BugReport report = captureBugreport(errorCode, isVerboseLoggingEnabled()); in captureAlertData()
619 private BugReport captureBugreport(int errorCode, boolean captureFWDump) { in captureBugreport() method in WifiDiagnostics