Searched refs:BugReport (Results 1 – 3 of 3) sorted by relevance
283 BugReport report = captureBugreport(reason, verbose); in captureBugReportData()308 BugReport report = captureBugreport(errorCode, verbose); in triggerAlertDataCapture()382 class BugReport { class in WifiDiagnostics501 private final LimitedCircularArray<BugReport> mLastAlerts =502 new LimitedCircularArray<BugReport>(MAX_ALERT_REPORTS);503 private final LimitedCircularArray<BugReport> mLastBugReports =504 new LimitedCircularArray<BugReport>(MAX_BUG_REPORTS);692 private BugReport captureBugreport(int errorCode, boolean captureFWDump) { in captureBugreport()693 BugReport report = new BugReport(); in captureBugreport()725 synchronized LimitedCircularArray<BugReport> getBugReports() { in getBugReports()[all …]
1 # AAE BugReport App27 BugReport app uses `CarBugreportServiceManager` to collect bug reports and31 To allow AAE BugReport app to access the API, you need to overlay51 BugReport app uses `res/raw/gcs_credentials.json` for authentication and73 3. Start BugReport app; here is the list of possible ways to start:77 * Open BugReport app from launcher menu or external apps menu; and click Start Bug Report button.
774 WifiDiagnostics.BugReport alertReport = mWifiDiagnostics.getAlertReports().get(0);