From cbdb44b8969632601ddf6978a03f624acf5b7262 Mon Sep 17 00:00:00 2001 From: BruceZong Date: Thu, 8 Jun 2023 17:51:25 +0800 Subject: [PATCH] add loglibrary capacity for hiview Signed-off-by: BruceZong --- bundle.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 5c6b33946..018523ec8 100644 --- a/bundle.json +++ b/bundle.json @@ -14,7 +14,8 @@ "subsystem": "hiviewdfx", "syscap": [ "SystemCapability.HiviewDFX.Hiview", - "SystemCapability.HiviewDFX.Hiview.FaultLogger" + "SystemCapability.HiviewDFX.Hiview.FaultLogger", + "SystemCapability.HiviewDFX.Hiview.LogLibrary" ], "adapted_system_type": [ "standard" -- Gitee