Appendix log for ttrace
[platform/core/uifw/dali-adaptor.git] / dali / internal / trace / generic / trace-manager-impl-generic.h
index 99cb917..c802a7c 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_INTERNAL_TRACE_MANAGER_IMPL_GENERIC_H
 
 /*
- * Copyright (c) 2021 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.
@@ -60,7 +60,7 @@ private:
   /**
    * LogContext method (Generic 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