Syncing Test harness updates for Native Image
[platform/core/uifw/dali-toolkit.git] / automated-tests / src / dali-toolkit / dali-toolkit-test-utils / test-platform-abstraction.h
index 9be034b..3146e2d 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_TEST_PLATFORM_ABSTRACTION_H
 
 /*
- * Copyright (c) 2020 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 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.
@@ -195,7 +195,7 @@ private:
     Dali::Vector<unsigned char> buffer;
   };
 
-  mutable TraceCallStack mTrace;
+  mutable TraceCallStack mTrace{true, "PlatformAbstraction::"};
   bool                   mIsLoadingResult;
   ImageDimensions        mClosestSize;