From 2946ebc8298f02e6c3258c2c678a5a0af877b1d3 Mon Sep 17 00:00:00 2001 From: linyuheng Date: Fri, 30 May 2025 15:01:03 +0800 Subject: [PATCH] test Signed-off-by: linyuheng --- frameworks/base/log/frame_report.h | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/base/log/frame_report.h b/frameworks/base/log/frame_report.h index 12455954aa2..1158cb58ae8 100644 --- a/frameworks/base/log/frame_report.h +++ b/frameworks/base/log/frame_report.h @@ -92,6 +92,7 @@ private: void* frameSchedHandle_ = nullptr; bool frameSchedSoLoaded_ = false; bool enable_ = false; + ACE_EXPORT FrameInitFunc frameInitFunc_ = nullptr; ACE_EXPORT FrameGetEnableFunc frameGetEnableFunc_ = nullptr; -- Gitee