From 9d397b9b75a33e7448ac0612404b13aff059e5f9 Mon Sep 17 00:00:00 2001 From: abonadon-hk Date: Fri, 24 Nov 2023 09:23:15 +0000 Subject: [PATCH] fix: fix domain logs id Signed-off-by: abonadon-hk --- entry/src/main/ets/common/utils/LogUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/ets/common/utils/LogUtils.ts b/entry/src/main/ets/common/utils/LogUtils.ts index 95faea0..691091e 100644 --- a/entry/src/main/ets/common/utils/LogUtils.ts +++ b/entry/src/main/ets/common/utils/LogUtils.ts @@ -27,7 +27,7 @@ import hiLog from '@ohos.hilog'; -const DOMAIN: number = 0x002A; +const DOMAIN: number = 0x0007; const TAG = 'useriam_auth_widget'; const SYMBOL = ' --> '; -- Gitee