Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DActiveModeWarden.java946 final String bugDetail; in processMessageFiltered() local
948 bugDetail = SelfRecovery.REASON_STRINGS[msg.arg1]; in processMessageFiltered()
949 bugTitle = "Wi-Fi BugReport: " + bugDetail; in processMessageFiltered()
951 bugDetail = ""; in processMessageFiltered()
955 mHandler.post(() -> mClientModeImpl.takeBugReport(bugTitle, bugDetail)); in processMessageFiltered()
DBaseWifiDiagnostics.java69 public void takeBugReport(String bugTitle, String bugDetail) { } in takeBugReport() argument
DWifiLastResortWatchdog.java176 final String bugDetail = "Expected connection to take less than " in processMessage() local
181 mClientModeImpl.takeBugReport(bugTitle, bugDetail)); in processMessage()
389 private void takeBugReportWithCurrentProbability(String bugDetail) { in takeBugReportWithCurrentProbability() argument
394 mClientModeImpl.takeBugReport(BUGREPORT_TITLE, bugDetail); in takeBugReportWithCurrentProbability()
DWifiDiagnostics.java305 public void takeBugReport(String bugTitle, String bugDetail) { in takeBugReport() argument
321 bugreportManager.requestBugreport(params, bugTitle, bugDetail); in takeBugReport()
DClientModeImpl.java1602 String bugDetail = "Detect abnormal " in checkAbnormalConnectionFailureAndTakeBugReport() local
1604 takeBugReport(bugTitle, bugDetail); in checkAbnormalConnectionFailureAndTakeBugReport()
1615 String bugDetail = "Detect abnormal " in checkAbnormalDisconnectionAndTakeBugReport() local
1617 takeBugReport(bugTitle, bugDetail); in checkAbnormalDisconnectionAndTakeBugReport()
1625 public void takeBugReport(String bugTitle, String bugDetail) { in takeBugReport() argument
1626 mWifiDiagnostics.takeBugReport(bugTitle, bugDetail); in takeBugReport()
2918 String bugDetail = "Detect abnormal overlapping connection"; in reportConnectionAttemptStart() local
2919 takeBugReport(bugTitle, bugDetail); in reportConnectionAttemptStart()