Merge branch '1720-no-acra' into 'master'

Remove ACRA and implement the few bits we need ourselves

Closes #1114, #1720, and #1793

See merge request briar/briar!1319
This commit is contained in:
akwizgran
2020-12-14 13:34:11 +00:00
34 changed files with 1100 additions and 920 deletions

View File

@@ -23,6 +23,8 @@ public interface DevReporter {
/**
* Sends any reports previously stored on disk.
*
* @return The number of reports that were sent.
*/
void sendReports();
int sendReports();
}