Migrate crash reports to ACRA

This commit is contained in:
str4d
2016-04-02 05:05:33 +00:00
parent 141d6497ef
commit f73f0aa4ab
17 changed files with 546 additions and 387 deletions

View File

@@ -15,8 +15,8 @@ public interface DevReporter {
* @param crashReport the crash report in the form expected by the server.
* @throws FileNotFoundException if the report could not be written.
*/
void encryptCrashReportToFile(File crashReportDir, String crashReport)
throws FileNotFoundException;
void encryptCrashReportToFile(File crashReportDir, String filename,
String crashReport) throws FileNotFoundException;
/**
* Send crash reports previously stored on-disk.