Implement encrypted feedback

This commit is contained in:
str4d
2016-04-12 12:41:04 +00:00
parent 3bfef877ec
commit c44b6a4095
15 changed files with 447 additions and 250 deletions

View File

@@ -365,7 +365,7 @@ class TorPlugin implements DuplexPlugin, EventHandler,
ioExecutor.execute(new Runnable() {
@Override
public void run() {
reporter.sendCrashReports(
reporter.sendReports(
AndroidUtils.getReportDir(appContext), SOCKS_PORT);
}
});