From bacba0ab11f9a09b2f570316a096bf95562151f9 Mon Sep 17 00:00:00 2001 From: wangpggg Date: Tue, 20 May 2025 13:52:58 +0800 Subject: [PATCH] change the distributed flag Signed-off-by: wangpeng --- bundle.json | 1 + sa_profile/4807.json | 2 +- sa_profile/4808.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 2c27ee74..3821efb8 100644 --- a/bundle.json +++ b/bundle.json @@ -43,6 +43,7 @@ "media_foundation", "samgr", "safwk", + "selinux_adapter", "hicollie", "hitrace", "cJSON", diff --git a/sa_profile/4807.json b/sa_profile/4807.json index 2a21c7b7..c462af62 100644 --- a/sa_profile/4807.json +++ b/sa_profile/4807.json @@ -5,7 +5,7 @@ "name": 4807, "libpath": "libdistributed_screen_source.z.so", "run-on-create": false, - "distributed": true, + "distributed": false, "dump_level": 1 } ] diff --git a/sa_profile/4808.json b/sa_profile/4808.json index 2eef84d5..2ee5be26 100644 --- a/sa_profile/4808.json +++ b/sa_profile/4808.json @@ -5,7 +5,7 @@ "name": 4808, "libpath": "libdistributed_screen_sink.z.so", "run-on-create": false, - "distributed": true, + "distributed": false, "dump_level": 1 } ] -- Gitee