From aa772a33ba31151c2d74c61600db9da42bc663e4 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 19 Feb 2013 11:13:44 -0800 Subject: [PATCH] Update linker README. Change-Id: Icaa353e9cf1848c86e7445f4ad590bdab44f7941 --- linker/README.TXT | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/linker/README.TXT b/linker/README.TXT index 783b60849..e75823e24 100644 --- a/linker/README.TXT +++ b/linker/README.TXT @@ -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