Merge "enable HAVE_DLADDR, since... we have it"

This commit is contained in:
Mathias Agopian 2011-09-28 15:16:44 -07:00 committed by Android (Google) Code Review
commit 2a32df25b8
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@
* with a memory address. If not defined, stack crawls will not have symbolic
* information.
*/
#define HAVE_DLADDR 0
#define HAVE_DLADDR 1
/*
* Defined if we have the cxxabi.h header for demangling C++ symbols. If