mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Crash reports, which can be submitted by email for testing builds.
This commit is contained in:
@@ -22,4 +22,10 @@ interface TestingConstants {
|
||||
* This should be false for release builds.
|
||||
*/
|
||||
boolean SHOW_TESTING_ACTIVITY = true;
|
||||
|
||||
/**
|
||||
* Whether to allow crash reports to be submitted by email. This should
|
||||
* be false for release builds.
|
||||
*/
|
||||
boolean SHARE_CRASH_REPORTS = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user