[Tizen] Print backtrace when an exception occurs accepted/tizen/unified/20220614.134703 submit/tizen/20220610.060428
authorseungho <sbsh.baek@samsung.com>
Thu, 9 Jun 2022 04:43:40 +0000 (13:43 +0900)
committerseungho <sbsh.baek@samsung.com>
Thu, 9 Jun 2022 04:43:44 +0000 (13:43 +0900)
This reverts commit cbd4a38adc20b3cf2c24cbfcb664229c055ab5ba.

Change-Id: I3fb257282485646fa403d1c10eb075de0c6efa50

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>