Remove ACRA and implement the few bits we need ourselves

This commit is contained in:
Torsten Grote
2020-12-08 18:14:34 -03:00
parent 8d735b3023
commit eb3c2a3566
30 changed files with 1113 additions and 828 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();
}