summaryrefslogtreecommitdiff
path: root/test/2233-metrics-background-thread/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/2233-metrics-background-thread/run.py')
-rw-r--r--test/2233-metrics-background-thread/run.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/2233-metrics-background-thread/run.py b/test/2233-metrics-background-thread/run.py
index e0d86ac13d..6b63488292 100644
--- a/test/2233-metrics-background-thread/run.py
+++ b/test/2233-metrics-background-thread/run.py
@@ -18,7 +18,12 @@ def run(ctx, args):
args,
android_log_tags="*:d",
diff_min_log_tag="d",
- runtime_option=["-Xmetrics-reporting-mods:100",]
+ runtime_option=[
+ "-Xmetrics-force-enable:true",
+ "-Xmetrics-write-to-statsd:false",
+ "-Xmetrics-write-to-logcat:true",
+ "-Xmetrics-reporting-mods:100",
+ ]
)
# Check that log messages from the metrics reporting thread appear in stderr.