Crash reports, which can be submitted by email for testing builds.

This commit is contained in:
akwizgran
2014-05-01 17:35:47 +01:00
parent 6ca98eb410
commit bf9a9033be
7 changed files with 516 additions and 1 deletions

View File

@@ -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;
}