Merge "Update linker README."

This commit is contained in:
Elliott Hughes 2013-02-19 19:14:26 +00:00 committed by Gerrit Code Review
commit b5862d4d8a

View file

@ -79,8 +79,9 @@ are in charge of calling them explicitly.
Debugging:
----------
You can increase the verbosity of debug traces by defining the DEBUG
environment variable to a numeric value from 0 to 2. This will only
You can increase the verbosity of debug traces by defining the LD_DEBUG
environment variable to a numeric value from 0 to 2 (corresponding to
INFO, TRACE, and DEBUG calls in the source). This will only
affect new processes being launched.
By default, traces are sent to logcat, with the "linker" tag. You can