3 Star 0 Fork 8

heppen/hiviewdfx_hilog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0003-feat-set-priv-false.patch 931 Bytes
一键复制 编辑 原始数据 按行查看 历史
yanansong 提交于 2023-10-26 16:47 . add next
From bcefda18f27ea4c427ad11ac1ae373e503787fca Mon Sep 17 00:00:00 2001
From: tian2020 <tian_hang@hoperun.com>
Date: Thu, 15 Jun 2023 10:52:07 +0800
Subject: [PATCH 3/3] feat set priv false
---
frameworks/libhilog/hilog_printf.cpp | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/frameworks/libhilog/hilog_printf.cpp b/frameworks/libhilog/hilog_printf.cpp
index 1316128..ccfef1d 100644
--- a/frameworks/libhilog/hilog_printf.cpp
+++ b/frameworks/libhilog/hilog_printf.cpp
@@ -219,12 +219,7 @@ int HiLogPrintArgs(const LogType type, const LogLevel level, const unsigned int
}
/* format log string */
-#if not (defined( __WINDOWS__ ) || defined( __MAC__ ) || defined( __LINUX__ ))
- bool debug = IsDebugOn();
- bool priv = (!debug) && IsPrivateSwitchOn();
-#else
- bool priv = true;
-#endif
+ bool priv = false;
#ifdef __clang__
/* code specific to clang compiler */
--
2.33.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/heppen/hiviewdfx_hilog.git
git@gitee.com:heppen/hiviewdfx_hilog.git
heppen
hiviewdfx_hilog
hiviewdfx_hilog
master

搜索帮助