summaryrefslogtreecommitdiff
path: root/toolchain-extras/profile-extras.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain-extras/profile-extras.cpp')
-rw-r--r--toolchain-extras/profile-extras.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain-extras/profile-extras.cpp b/toolchain-extras/profile-extras.cpp
index 3af46a10..1b1393b7 100644
--- a/toolchain-extras/profile-extras.cpp
+++ b/toolchain-extras/profile-extras.cpp
@@ -33,7 +33,7 @@ static void gcov_signal_handler(__unused int signum) {
__gcov_flush();
}
-static const char kCoveragePropName[] = "coverage.flush";
+static const char kCoveragePropName[] = "debug.coverage.flush";
// In a loop, wait for any change to sysprops and trigger a __gcov_flush when
// <kCoveragePropName> sysprop transistions to "1" after a transistion to "0".