Update linker README.
Change-Id: Icaa353e9cf1848c86e7445f4ad590bdab44f7941
This commit is contained in:
parent
39804dcde6
commit
aa772a33ba
1 changed files with 3 additions and 2 deletions
|
@ -79,8 +79,9 @@ are in charge of calling them explicitly.
|
||||||
Debugging:
|
Debugging:
|
||||||
----------
|
----------
|
||||||
|
|
||||||
You can increase the verbosity of debug traces by defining the DEBUG
|
You can increase the verbosity of debug traces by defining the LD_DEBUG
|
||||||
environment variable to a numeric value from 0 to 2. This will only
|
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.
|
affect new processes being launched.
|
||||||
|
|
||||||
By default, traces are sent to logcat, with the "linker" tag. You can
|
By default, traces are sent to logcat, with the "linker" tag. You can
|
||||||
|
|
Loading…
Reference in a new issue