Appendix log for ttrace
[platform/core/uifw/dali-adaptor.git] / dali / internal / trace / tizen / trace-manager-impl-tizen.h
index 58432cc..7a01864 100644 (file)
@@ -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.
 
 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