LayerManagerService: stacktraces only enabled, if system supports it
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 22 Nov 2012 11:47:25 +0000 (03:47 -0800)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 22 Nov 2012 11:47:25 +0000 (03:47 -0800)
commit5f1a93bb29085c288149e144786d333db68cde0c
tree855cd325903975eb4e054c03bf351eba8f1f6a1b
parent088deb1efacf82078d195d57d8ccbc2ad6e4acd1
LayerManagerService: stacktraces only enabled, if system supports it

the used backtrace functions used to print a stackdump on crashes
is not available on all platforms.

the build system now checks, if the system supports backtrace and
enables support if possible. Otherwise the stacktrace feature is disabled.

Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
LayerManagerService/CMakeLists.txt
LayerManagerService/src/SignalHandler.cpp
config/res/config.h.cmake