From 4720d16eb64813d17278111221e9ab555728c07b Mon Sep 17 00:00:00 2001 From: caiminggang Date: Thu, 10 Mar 2022 17:02:40 +0800 Subject: [PATCH] add customization log label Signed-off-by: caiminggang --- base/include/errors.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/include/errors.h b/base/include/errors.h index 305bb10..d439e1d 100755 --- a/base/include/errors.h +++ b/base/include/errors.h @@ -80,7 +80,8 @@ enum { SUBSYS_WEARABLEHARDWARE = 44, SUBSYS_IVI = 45, SUBSYS_DISTRIBUTEDHARDWARE = 46, - SUBSYS_DEVICEPROFILE = 47 + SUBSYS_DEVICEPROFILE = 47, + SUBSYS_CUSTOMIZATION = 48 // new type }; -- Gitee