No description
Find a file
Mathias Agopian e36502673d fix [2170898] abort() doesn't print a stack tarce
the issue here is that abort() can be called from anywhere, in particular
from malloc or free. When we try to use the debug_log functions, these
can end up calling into some code (like malloc/free) that called abort()
in the first place and end up in an infinite recursion loop.
2009-10-06 16:02:12 -07:00
libc fix [2170898] abort() doesn't print a stack tarce 2009-10-06 16:02:12 -07:00
libdl auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
libm auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
libstdc++ am 34806558: Add new C++ headers <cerrno> and <cfloat> 2009-07-12 21:56:33 -07:00
libthread_db auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
linker bionic/linker: allow resolving of symbols from library back to executable 2009-09-29 14:33:46 -07:00
.gitignore add msm_camera.h header and .gitignore file to bionic 2009-05-26 17:06:24 -07:00
Android.mk auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00