summaryrefslogtreecommitdiffstats
path: root/libbacktrace
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-01-02 15:13:38 -0800
committerElliott Hughes <enh@google.com>2014-01-02 15:25:21 -0800
commit3c67fe903913d354c9570fd1e662c9a3d8bedbd9 (patch)
treec8f88b8429105e3cdf83eb5684e4570cbf33efe5 /libbacktrace
parentcd8b953ede50f68dff5ea049e72aee130dc4a3cb (diff)
downloadsystem_core-3c67fe903913d354c9570fd1e662c9a3d8bedbd9.zip
system_core-3c67fe903913d354c9570fd1e662c9a3d8bedbd9.tar.gz
system_core-3c67fe903913d354c9570fd1e662c9a3d8bedbd9.tar.bz2
Switch ARM back to libcorkscrew temporarily.
We're seeing major stack trace generation performance regression and want to find out whether it's libunwind. Bug: 12181612 Change-Id: I3866ea956859f5cbdfe4f1ee6f20a2b6d39962c4
Diffstat (limited to 'libbacktrace')
-rw-r--r--libbacktrace/Android.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/libbacktrace/Android.mk b/libbacktrace/Android.mk
index eb55b47..a6b9c2b 100644
--- a/libbacktrace/Android.mk
+++ b/libbacktrace/Android.mk
@@ -22,8 +22,11 @@ common_shared_libs := \
libgccdemangle \
liblog \
-# To enable using libunwind on each arch, add it to the list below.
-ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),arm))
+# To enable using libunwind on each arch, add it to this list.
+libunwind_architectures :=
+#libunwind_architectures := arm
+
+ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),$(libunwind_architectures)))
#----------------------------------------------------------------------------
# The native libbacktrace library with libunwind.