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=9898539d73faa8f3eebc454f0084727479ef8ba9;hpb=debd4ef5b35507bac4579dfbb8983b743872c70b 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;