commit | 5c734644eebf8d01be1e86cbe20a111a5c5a2738 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Wed Jan 20 12:36:51 2010 -0800 |
committer | David 'Digit' Turner <digit@google.com> | Thu Feb 11 10:46:48 2010 -0800 |
tree | 5e442dc0157ec487f51a65f85f87fe2bd66fd0cf | |
parent | e100f52f4ad1b70762bbcc5ad9828bd258917ee5 [diff] |
Fix debug output in the dynamic linker. This provides a mini-printf implementation that reduces the size of the dynamic linker by 25 KB, by preventing the drag of formatting-related routines from the C library. Also allow traces to be sent to the log, instead of stdout. NOTE: You now need to modify Android.mk to enable/disable debug output.