From 0bcf04a199a583558f81bc9920c743416b30a063 Mon Sep 17 00:00:00 2001 From: zhonnie Date: Thu, 28 Aug 2025 15:48:57 +0800 Subject: [PATCH] Add permission to read diagnostic logs. Signed-off-by: zhonnie --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index ad7b9584..6beb07d0 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -6234,6 +6234,15 @@ "deprecated": "", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.READ_DIAGNOSTIC_LOGS", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 21, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee