Reduce disk space limit for incident reports.

Bug: 77963176
Test: atest incidentd_test and manual
Change-Id: I8ad1d10fcd40ff556255ac27c049265e79c7d558
This commit is contained in:
Yi Jin
2018-04-12 11:06:57 -07:00
parent f6fb0fc0f3
commit 91d4330202

View File

@@ -106,8 +106,7 @@ Reporter::Reporter() : Reporter(INCIDENT_DIRECTORY) { isTest = false; };
Reporter::Reporter(const char* directory) : batch() {
char buf[100];
// TODO: Make the max size smaller for user builds.
mMaxSize = 100 * 1024 * 1024;
mMaxSize = 30 * 1024 * 1024; // incident reports can take up to 30MB on disk
mMaxCount = 100;
// string ends up with '/' is a directory