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

@@ -366,7 +366,7 @@ class TorPlugin implements DuplexPlugin, EventHandler,
@Override
public void run() {
reporter.sendCrashReports(
AndroidUtils.getCrashReportDir(appContext), SOCKS_PORT);
AndroidUtils.getReportDir(appContext), SOCKS_PORT);
}
});
}