Encrypt logs before handing them to crash report process

This commit is contained in:
Torsten Grote
2021-02-04 10:08:59 -03:00
parent 700ea2b387
commit 21112ce092
23 changed files with 459 additions and 54 deletions

View File

@@ -13,4 +13,6 @@ public interface DevConfig {
String getDevOnionAddress();
File getReportDir();
File getLogcatFile();
}