mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 19:59:05 +01:00
Implement encrypted feedback
This commit is contained in:
@@ -39,7 +39,7 @@ public class BriarReportSender implements ReportSender {
|
||||
throw new ReportSenderException("Couldn't create JSON", e);
|
||||
}
|
||||
try {
|
||||
reporter.encryptCrashReportToFile(
|
||||
reporter.encryptReportToFile(
|
||||
AndroidUtils.getReportDir(context),
|
||||
errorContent.getProperty(ReportField.REPORT_ID),
|
||||
crashReport);
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
package org.briarproject.android.util;
|
||||
|
||||
public class UserFeedback extends Exception {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user