X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Fdali-toolkit-test-utils%2Ftest-platform-abstraction.h;h=3146e2d5fbe1a33e5743119fcc7fc90ce3c1c9b3;hp=9be034b320ca602b828aa4e29a4e137db201fdfe;hb=fa6477bd50a7cf490c97ca272738a50175909f66;hpb=0e72d018e3fcf80e7ea319b0b888915b8d04e5c4 diff --git a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-platform-abstraction.h b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-platform-abstraction.h index 9be034b..3146e2d 100644 --- a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-platform-abstraction.h +++ b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-platform-abstraction.h @@ -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 buffer; }; - mutable TraceCallStack mTrace; + mutable TraceCallStack mTrace{true, "PlatformAbstraction::"}; bool mIsLoadingResult; ImageDimensions mClosestSize;