Skip to content

Commit ca54a7b

Browse files
author
Oliver Nguyen
committed
Create a pool of 20 measurement files per library for coverage.
Reduces disk space usage for commonly used libraries by merging coverage data across processes. Bug: 171338125 Test: Forrest run of coverage tests Change-Id: I2b9e94871fc5d66971c5b7e725b296bcd721ccf2
1 parent bcf8789 commit ca54a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootdir/Android.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ endif
6969

7070
EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS :=
7171
ifeq ($(CLANG_COVERAGE),true)
72-
EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS := export LLVM_PROFILE_FILE /data/misc/trace/clang-%p-%m.profraw
72+
EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS := export LLVM_PROFILE_FILE /data/misc/trace/clang-%20m.profraw
7373
endif
7474

7575
# Put it here instead of in init.rc module definition,

0 commit comments

Comments
 (0)