From 1d467f3bf08f7a8c93b3e1f0ac206bd157633992 Mon Sep 17 00:00:00 2001 From: j30012456 Date: Wed, 12 Jan 2022 10:02:50 +0800 Subject: [PATCH] test Signed-off-by: j30012456 --- src/callstack.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/callstack.cpp b/src/callstack.cpp index d6a8554..fb32dfe 100755 --- a/src/callstack.cpp +++ b/src/callstack.cpp @@ -34,7 +34,7 @@ extern "C" { #endif namespace OHOS { namespace Developtools { -namespace HiPerf { +namespace HiPerf aaaaaa{ #if HAVE_LIBUNWIND const std::map UNW_ERROR_MAP = { {UNW_ESUCCESS, std::to_string(UNW_ESUCCESS)}, @@ -633,4 +633,4 @@ CallStack::~CallStack() } } // namespace HiPerf } // namespace Developtools -} // namespace OHOS \ No newline at end of file +} // namespace OHOS -- Gitee