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