Added new logger.

Added a new logger that persists logs for a longer duration to the
user's cache directory. Logs are encrypted. The new logs are sent
in addition to the user's logcat output.
This commit is contained in:
Greyson Parrelli
2018-07-26 10:10:46 -04:00
parent b7d83c7a1f
commit acb40c6133
13 changed files with 728 additions and 20 deletions

View File

@@ -152,7 +152,7 @@ public class KeyStoreHelper {
}
}
static SealedData fromString(@NonNull String value) {
public static SealedData fromString(@NonNull String value) {
try {
return JsonUtils.fromJson(value, SealedData.class);
} catch (IOException e) {