diff --git a/platform/hilog_utils.cpp b/platform/hilog_utils.cpp index fb70867b2b02d1193d5ebba34c5657d8ee7d3c22..1e327765ba97a637d2fcbf192d21afd34ac30e72 100644 --- a/platform/hilog_utils.cpp +++ b/platform/hilog_utils.cpp @@ -21,7 +21,7 @@ bool IsDebugOn() return false; } -bool IsPrivateSwitchOn() +bool IsPrivateModeEnable() { return true; }