Encrypt and save crash reports, send them the next time TorPlugin start

Will currently fail at runtime; requires a public key and a server onion.
This commit is contained in:
str4d
2016-03-31 11:11:55 +00:00
parent 28086cd359
commit d545aaa892
18 changed files with 342 additions and 32 deletions

View File

@@ -37,6 +37,8 @@ import dagger.Component;
})
public interface AndroidComponent extends CoreEagerSingletons {
void inject(CrashReportActivity crashReportActivity);
void inject(SplashScreenActivity activity);
void inject(SetupActivity activity);