Searched refs:reports (Results 1 – 25 of 49) sorted by relevance
12
76 return error_info_.reports[0].error_type != UNKNOWN; in CrashIsMine()80 if (error_info_.reports[1].error_type != UNKNOWN) { in DumpCause()87 while (report_num < sizeof(error_info_.reports) / sizeof(error_info_.reports[0]) && in DumpCause()88 error_info_.reports[report_num].error_type != UNKNOWN) { in DumpCause()89 DumpReport(&error_info_.reports[report_num++], log, unwinder); in DumpCause()
3 # reports that have already been taken, and monitor for new ones.
7 # write bug reports in /data/data/com.android.shell/files/bugreports/bugreport
6 # collecting bug reports.
8 # write bug reports in /data/data/com.android.shell/files/bugreports/bugreport
21 -dumpstate # bug reports
22 -dumpstate # bug reports
35 # Allow the app to request and collect incident reports.
68 void on_advertisements(std::vector<std::shared_ptr<LeReport>> reports) override { in on_advertisements() argument69 for (const auto report : reports) { in on_advertisements()