X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=dali%2Finternal%2Ftrace%2Ftizen%2Ftrace-manager-impl-tizen.h;h=7a01864389ec1dc3cdf67c7756b292ee59199230;hb=299781da2924963459b7f13cfb8b39f2374db55d;hp=58432ccf235d4a049470b01d3e3482cf07118831;hpb=79c866bef13e8fb850bfb430d096bfffa4be186f;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/trace/tizen/trace-manager-impl-tizen.h b/dali/internal/trace/tizen/trace-manager-impl-tizen.h index 58432cc..7a01864 100644 --- a/dali/internal/trace/tizen/trace-manager-impl-tizen.h +++ b/dali/internal/trace/tizen/trace-manager-impl-tizen.h @@ -2,7 +2,7 @@ #define DALI_INTERNAL_TRACE_MANAGER_IMPL_TIZEN_H /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. + * Copyright (c) 2023 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,10 +25,8 @@ namespace Dali { - namespace Internal { - namespace Adaptor { class PerformanceInterface; @@ -39,10 +37,9 @@ public: /** * Explicit Constructor */ - explicit TraceManagerTizen( PerformanceInterface* performanceInterface ); + explicit TraceManagerTizen(PerformanceInterface* performanceInterface); protected: - /** * Destructor */ @@ -51,14 +48,13 @@ protected: /** * Obtain the LogContextFunction method (Tizen specific) used for tracing */ - virtual Dali::Integration::Trace::LogContextFunction GetLogContextFunction() final; + Dali::Integration::Trace::LogContextFunction GetLogContextFunction() final; private: - /** * LogContext method (Tizen specific) used for tracing */ - static void LogContext( bool start, const char* tag ); + static void LogContext(bool start, const char* tag, const char* message); }; } // namespace Adaptor