Go to file
Elliott Hughes e9b6fc6f82 Improve the dynamic linker diagnostics.
Lose the pid, only show the name of the function (not its whole signature),
and include the name of the library we failed to load. (I hadn't noticed
that the library name was missing before because in Java we add that into
the UnsatisfiedLinkError detail message.)

The new output looks like this:

  Cannot load library: soinfo_relocate(linker.cpp:968): cannot locate symbol "__libc_malloc_default_dispatch" referenced by "libc_malloc_debug_leak.so"...

Change-Id: I3bb5c9780d9aaf3a9e4418ea55bc98122a81f80f
2012-08-29 13:10:54 -07:00
libc Merge "Clean up warnings in the malloc_debug_* files." 2012-08-29 13:08:50 -07:00
libdl Regenerate all NOTICE files with the latest version of the script. 2012-08-15 15:43:13 -07:00
libm Enclosed functions in fenv.h with __BEGIN_DECLS/__END_DECLS 2012-08-21 15:41:34 +08:00
libstdc++ Regenerate all NOTICE files with the latest version of the script. 2012-08-15 15:43:13 -07:00
libthread_db Add dependencies on all the makefiles. 2012-08-13 14:06:05 -07:00
linker Improve the dynamic linker diagnostics. 2012-08-29 13:10:54 -07:00
tests Don't over-generalize makefiles. Host modules always build. This isn't needed on eng builds. 2012-08-16 22:36:36 -07:00
.gitignore Merge memory checking functionality from sandbox 2010-02-16 11:43:18 -08:00
Android.mk Remove the simulator target from all makefiles. 2011-07-11 22:11:41 -07:00
CleanSpec.mk Add an empty CleanSpec.mk 2010-03-08 18:04:02 -08:00