commit | 2c1bee5092edc34ef6b01e5c5dba8ffe74a93d56 | [log] [tgz] |
---|---|---|
author | Daeho Jeong <daehojeong@google.com> | Tue Aug 22 13:47:39 2023 -0700 |
committer | Daeho Jeong <daehojeong@google.com> | Thu Aug 31 11:24:42 2023 -0700 |
tree | 4610cc68cb99939511fed43139a62410ccafe8af | |
parent | 4ab94a1af000532de10253c43c8b0649cdc2ac81 [diff] |
compress logcat files compress logcat files when ro.logcat.compress is enabled for saving space, so that we can increase the number of logcat files. If this is enabled, we can't use file pinning for logcat files, since the file pinning doesn't allow file compression. Test: check the size of logcat files Bug: 295175795 Change-Id: I485f5d330f2a1d4cda0ccd278a0b856be61b0416 Signed-off-by: Daeho Jeong <daehojeong@google.com>