3 Star 0 Fork 8

heppen/hiviewdfx_hilog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0004-close-private-print-in-hilog.cpp-file.patch 748 Bytes
一键复制 编辑 原始数据 按行查看 历史
yanansong 提交于 2023-10-26 16:47 . add next
From 4109037a7f708c6d23ccdff64a5638ef592c7598 Mon Sep 17 00:00:00 2001
From: heppen <hepeng68@huawei.com>
Date: Mon, 31 Jul 2023 10:24:25 +0800
Subject: [PATCH] Close private print in hilog.cpp file
---
frameworks/libhilog/hilog.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frameworks/libhilog/hilog.cpp b/frameworks/libhilog/hilog.cpp
index e58c6d6..8da82c5 100644
--- a/frameworks/libhilog/hilog.cpp
+++ b/frameworks/libhilog/hilog.cpp
@@ -77,7 +77,7 @@ int HiLogPrintArgs(const LogType type, const LogLevel level, const unsigned int
char *logBuf = buf;
int traceBufLen = 0;
int ret;
- bool priv = true;
+ 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

搜索帮助

0d507c66 1850385 C8b1a773 1850385