mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
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:
10
briar-api/src/org/briarproject/api/reporting/DevConfig.java
Normal file
10
briar-api/src/org/briarproject/api/reporting/DevConfig.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package org.briarproject.api.reporting;
|
||||
|
||||
public interface DevConfig {
|
||||
|
||||
byte[] getDevPublicKey();
|
||||
|
||||
String getDevOnionAddress();
|
||||
|
||||
int getDevReportPort();
|
||||
}
|
||||
Reference in New Issue
Block a user