[Tizen] Print backtrace when an exception occurs 54/267654/1 accepted/tizen/6.5/unified/20211212.212841 accepted/tizen/6.5/unified/20211213.212416 submit/tizen_6.5/20211209.112504 submit/tizen_6.5/20211213.025248
authorHeeyong Song <heeyong.song@samsung.com>
Wed, 8 Dec 2021 07:33:01 +0000 (16:33 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 8 Dec 2021 07:33:01 +0000 (16:33 +0900)
Change-Id: I7857019045fbc7e837b3978bdf36d59c771f6f90

dali/public-api/common/dali-common.cpp

index 486606a..218f084 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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.
@@ -23,6 +23,8 @@
 #include <cstdio>
 #include <string>
 
+#define BACKTRACE_ENABLED
+
 #if defined(BACKTRACE_ENABLED)
 #if defined(__GLIBC__)
 #include <execinfo.h>